tox.ini: add pytest filters for warnings

This commit is contained in:
Benjamin Dauvergne 2018-12-06 17:27:25 +01:00
parent 2f2b3166cb
commit 4f139f93e2
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ deps =
commands =
dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe --random tests/}
dj18: py.test {posargs: --junitxml=test_{envname}_results.xml --random tests/}
[pytest]
filterwarnings =
once:.*