Skip to content

Commit

Permalink
Fix wheel_cache argument for the new resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Mar 30, 2020
1 parent 6db0df9 commit 1514d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/resolution_resolvelib/test_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def resolver(preparer, finder):
resolver = Resolver(
preparer=preparer,
finder=finder,
wheel_cache=None,
make_install_req=mock.Mock(),
use_user_site="not-used",
ignore_dependencies="not-used",
Expand Down

0 comments on commit 1514d85

Please sign in to comment.