Skip to content

Commit 07a8363

Browse files
committed
Update testenv config
1 parent bd29e69 commit 07a8363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ setenv =
243243
setenv =
244244
PYTHONDEVMODE=1
245245
PIP_DISABLE_PIP_VERSION_CHECK=1
246+
SETUPTOOLS_USE_DISTUTILS=stdlib
246247
deps =
247248
-r{toxinidir}/tests/requirements.txt
248249
click7.1: click~=7.1.0
249250
click7.1: types-click==7.1.8
250251
click8.0: click~=8.0.0
251-
extras = all
252252
commands =
253253
python --version
254254
python -m pytest --cov=consolekit -r aR tests/ {posargs}

0 commit comments

Comments
 (0)