Skip to content

Commit 6aa4d48

Browse files
committed
Fix the test failure
1 parent 8d381ee commit 6aa4d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/test_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def test_install_nonlocal_compatible_wheel(
11571157
"--find-links",
11581158
data.find_links,
11591159
"--only-binary=:all:",
1160-
"--python",
1160+
"--python-version",
11611161
"3",
11621162
"--platform",
11631163
"fakeplat",
@@ -1177,7 +1177,7 @@ def test_install_nonlocal_compatible_wheel(
11771177
"--find-links",
11781178
data.find_links,
11791179
"--only-binary=:all:",
1180-
"--python",
1180+
"--python-version",
11811181
"3",
11821182
"--platform",
11831183
"fakeplat",

0 commit comments

Comments
 (0)