Skip to content

Commit c769ba8

Browse files
committed
Add recommended workaround for resolver issues (pypa/pip#9143). Fixes #273.
1 parent b3a72a1 commit c769ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ commands =
1212
pytest {posargs}
1313
usedevelop = True
1414
extras = testing
15+
setenv =
16+
# workaround pypa/pip#9143
17+
PIP_USE_DEPRECATED=legacy-resolver
18+
1519

1620
[testenv:docs]
1721
extras =

0 commit comments

Comments
 (0)