Skip to content

Commit

Permalink
Fix a direct creation of RequirementPreparer in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jul 18, 2023
1 parent c12139d commit 39aa7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_req.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _basic_resolver(
use_user_site=False,
lazy_wheel=False,
verbosity=0,
legacy_resolver=True,
)
yield Resolver(
preparer=preparer,
Expand Down

0 comments on commit 39aa7ed

Please sign in to comment.