Skip to content
Snippets Groups Projects
tox.ini 394 B
Newer Older
Yoann Schneider's avatar
Yoann Schneider committed
env_list =
    teklia-dan
minversion = 4.6.4

[testenv]
Yoann Schneider's avatar
Yoann Schneider committed
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
    # TODO: Remove this once https://gitlab.teklia.com/atr/dan/-/issues/258 is done
    pytest<8,>=6
Yoann Schneider's avatar
Yoann Schneider committed
    pytest-responses
Yoann Schneider's avatar
Yoann Schneider committed
    -rrequirements.txt
commands =
    pytest {tty:--color=yes} {posargs}

[pytest]
testpaths= tests