Skip to content

Commit 8625949

Browse files
committed
Fix test_install_requirements_with_options
1 parent ac2a6cd commit 8625949

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_req_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,5 +874,3 @@ def test_install_requirements_with_options(
874874
< args.index("install")
875875
< args.index(install_option)
876876
)
877-
assert options.format_control.no_binary == {":all:"}
878-
assert options.format_control.only_binary == set()

0 commit comments

Comments
 (0)