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 b328fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,13 @@ 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
click8.1: click~=8.1.0
commands =
python --version
python -m pytest --cov=consolekit -r aR tests/ {posargs}
Expand Down

0 comments on commit b328fbb

Please sign in to comment.