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

Fix test_install_requirements_with_options

This commit is contained in:
Stéphane Bidoul 2022-08-07 18:54:11 +02:00
parent a5621a8a81
commit 65641f10ad
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -881,5 +881,3 @@ class TestParseRequirements:
< args.index("install")
< args.index(install_option)
)
assert options.format_control.no_binary == {":all:"}
assert options.format_control.only_binary == set()