Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents e886319 + f65e112 commit fb6fd9e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ envlist =
#constrain_package_deps = true
#use_frozen_constraints = true
#basepython=python
changedir = tests
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/related
commands =
py311: {envpython} -m pytest
py310: {envpython} -m pytest
py39: {envpython} -m pytest
py38: {envpython} -m pytest
pypy310: {envpython} -m pytest
py311: {envpython} -m pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals "$test_filename"
py310: {envpython} -m pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals "$test_filename"
py39: {envpython} -m pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals "$test_filename"
py38: {envpython} -m pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals "$test_filename"
pypy310: {envpython} -m pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals "$test_filename"

[testenv:style]
deps = pre-commit
Expand Down

0 comments on commit fb6fd9e

Please sign in to comment.