Skip to content

Commit

Permalink
Update testenv config
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 21, 2023
1 parent bd29e69 commit 07a8363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,12 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
-r{toxinidir}/tests/requirements.txt
click7.1: click~=7.1.0
click7.1: types-click==7.1.8
click8.0: click~=8.0.0
extras = all
commands =
python --version
python -m pytest --cov=consolekit -r aR tests/ {posargs}
Expand Down

0 comments on commit 07a8363

Please sign in to comment.