Skip to content

Commit

Permalink
Fix code layout problems in test_install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seppeljordan committed Sep 25, 2019
1 parent be6e198 commit 58eb90f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,12 +1277,8 @@ def test_install_no_binary_builds_pep_517_wheel(script, data, with_wheel):
# Must have installed the package
assert expected in str(res), str(res)

assert "Building wheel for pep517-setup-and-pyproject" in str(res), str(res)
assert (
"Running setup.py install for pep517-setup-and-pyproject" \
not in str(res),
str(res)
)
assert "Building wheel for pep517-setup" in str(res), str(res)
assert "Running setup.py install for pep517-set" not in str(res), str(res)


def test_install_no_binary_disables_cached_wheels(script, data, with_wheel):
Expand Down

0 comments on commit 58eb90f

Please sign in to comment.