Skip to content

Commit 75649c2

Browse files
committed
Restore new resolver for pip. Proper fix for pypa/pip#9143.
1 parent 7d3f9cb commit 75649c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
runs-on: ${{ matrix.platform }}
1818
steps:
1919
- uses: actions/checkout@v2
20+
with:
21+
# fetch all branches and tags (to get tags for versioning)
22+
# ref actions/checkout#448
23+
fetch-depth: 0
24+
2025
- name: Setup Python
2126
uses: actions/setup-python@v2
2227
with:

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ commands =
1212
pytest {posargs}
1313
usedevelop = True
1414
extras = testing
15-
setenv =
16-
# workaround pypa/pip#9143
17-
PIP_USE_DEPRECATED=legacy-resolver
1815

1916
[testenv:docs]
2017
extras =

0 commit comments

Comments
 (0)