We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37dd7c commit 6fdfc8bCopy full SHA for 6fdfc8b
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