1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix the test failure

This commit is contained in:
Paul Moore 2023-06-05 11:53:43 +01:00
parent 8d381eeec2
commit 6aa4d48b23

View file

@ -1157,7 +1157,7 @@ def test_install_nonlocal_compatible_wheel(
"--find-links",
data.find_links,
"--only-binary=:all:",
"--python",
"--python-version",
"3",
"--platform",
"fakeplat",
@ -1177,7 +1177,7 @@ def test_install_nonlocal_compatible_wheel(
"--find-links",
data.find_links,
"--only-binary=:all:",
"--python",
"--python-version",
"3",
"--platform",
"fakeplat",