Skip to content

Commit

Permalink
Fall back to legacy resolver in pip. Workaround for pypa/pip#9143.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 8, 2021
1 parent aae281a commit 7d3f9cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
setenv =
# workaround pypa/pip#9143
PIP_USE_DEPRECATED=legacy-resolver

[testenv:docs]
extras =
Expand Down

0 comments on commit 7d3f9cb

Please sign in to comment.