Skip to content

Commit

Permalink
Restore new resolver for pip. Proper fix 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 7d3f9cb commit 75649c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
with:
# fetch all branches and tags (to get tags for versioning)
# ref actions/checkout#448
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ 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 75649c2

Please sign in to comment.