Skip to content

Commit 799716c

Browse files
committed
Update tests to use pep 517
1 parent a69277f commit 799716c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/test_install_index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def test_find_links_no_doctype(script: PipTestEnvironment, data: TestData) -> No
2727
result = script.pip(
2828
"install",
2929
"simple==1.0",
30+
"--use-pep517",
31+
"--no-build-isolation",
3032
"--no-index",
3133
"--find-links",
3234
script.scratch_path,

0 commit comments

Comments
 (0)