Skip to content

Commit

Permalink
Fix test_install_requirements_with_options
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 12, 2022
1 parent b4d7cd1 commit 5958129
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_req_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,5 +874,3 @@ def test_install_requirements_with_options(
< args.index("install")
< args.index(install_option)
)
assert options.format_control.no_binary == {":all:"}
assert options.format_control.only_binary == set()

0 comments on commit 5958129

Please sign in to comment.