Skip to content

Commit 11934ea

Browse files
committed
Fix test_install_requirements_with_options
1 parent 94383b4 commit 11934ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_req_file.py

-2
Original file line numberDiff line numberDiff line change
@@ -881,5 +881,3 @@ def test_install_requirements_with_options(
881881
< args.index("install")
882882
< args.index(install_option)
883883
)
884-
assert options.format_control.no_binary == {":all:"}
885-
assert options.format_control.only_binary == set()

0 commit comments

Comments
 (0)