Skip to content

Commit 0094026

Browse files
committed
Update tox testenv
1 parent 8387108 commit 0094026

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,10 @@ filterwarnings =
224224
225225
[testenv]
226226
setenv =
227-
PYTHONDEVMODE = 1
227+
PYTHONDEVMODE=1
228228
PIP_DISABLE_PIP_VERSION_CHECK=1
229-
deps =
230-
-r{toxinidir}/tests/requirements.txt
231-
py311: py@git+https://github.com/pytest-dev/py@master
229+
SETUPTOOLS_USE_DISTUTILS=stdlib
230+
deps = -r{toxinidir}/tests/requirements.txt
232231
extras = all
233232
ignore_errors = True
234233
commands =

0 commit comments

Comments
 (0)