We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0692076 + a6290c7 commit 47622bdCopy full SHA for 47622bd
requirements/testing.txt
@@ -3,6 +3,7 @@
3
4
django-dynamic-fixture==2.0.0
5
pytest==5.2.2
6
+pytest-custom-exit-code==0.3.0
7
pytest-django==3.6.0
8
pytest-xdist==1.30.0
9
pytest-cov==2.8.1
tox.ini
@@ -19,7 +19,7 @@ passenv = CI TRAVIS TRAVIS_*
19
deps = -r{toxinidir}/requirements/testing.txt
20
changedir = {toxinidir}/readthedocs
21
commands =
22
- pytest --cov-report= --cov-config {toxinidir}/.coveragerc --cov=. {posargs}
+ pytest --cov-report= --cov-config {toxinidir}/.coveragerc --cov=. --suppress-no-test-exit-code {posargs}
23
24
[testenv:docs]
25
description = build readthedocs documentation
0 commit comments