tox: do not run hobo tests agains django 2.2 (#49103)

This commit is contained in:
Emmanuel Cazenave 2020-12-09 11:54:36 +01:00
parent 8c13ab136c
commit 84951b6eeb
1 changed files with 3 additions and 2 deletions

View File

@ -28,9 +28,10 @@ deps =
pyquery
tabulate
dj22: djangorestframework>=3.7
https://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
dj111: https://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
commands =
py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
py3-dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
py3-dj22: py.test {posargs: --ignore=tests/test_hobo_deploy.py --ignore=tests/test_hobo_agent.py --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
[pytest]
filterwarnings =
once:.*