Skip to content

Commit e03942f

Browse files
committed
pip now uses 2020 resolver by default.
1 parent 4f7c569 commit e03942f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ docstring-quotes = """
159159
count = True
160160
161161
[testenv]
162-
setenv =
163-
PIP_USE_FEATURE = 2020-resolver
164-
PYTHONDEVMODE = 1
162+
setenv = PYTHONDEVMODE = 1
165163
deps = -r{toxinidir}/tests/requirements.txt
166164
extras = all
167165
commands =

0 commit comments

Comments
 (0)