Skip to content

Commit 58eb90f

Browse files
committed
Fix code layout problems in test_install.py
1 parent be6e198 commit 58eb90f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/functional/test_install.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,12 +1277,8 @@ def test_install_no_binary_builds_pep_517_wheel(script, data, with_wheel):
12771277
# Must have installed the package
12781278
assert expected in str(res), str(res)
12791279

1280-
assert "Building wheel for pep517-setup-and-pyproject" in str(res), str(res)
1281-
assert (
1282-
"Running setup.py install for pep517-setup-and-pyproject" \
1283-
not in str(res),
1284-
str(res)
1285-
)
1280+
assert "Building wheel for pep517-setup" in str(res), str(res)
1281+
assert "Running setup.py install for pep517-set" not in str(res), str(res)
12861282

12871283

12881284
def test_install_no_binary_disables_cached_wheels(script, data, with_wheel):

0 commit comments

Comments
 (0)