Skip to content

Commit 8e8da18

Browse files
committed
Disable the new resolver for now. Fixes #6. Ref pypa/pip#9143.
1 parent 65dc892 commit 8e8da18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

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

1619
[testenv:docs]
1720
extras =

0 commit comments

Comments
 (0)