We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251e34 commit 780d3b5Copy full SHA for 780d3b5
tox.ini
@@ -43,9 +43,9 @@ deps=
43
bandit: bandit
44
45
commands =
46
- unit: pytest --maxfail=10 --capture=no -v --cov=celery --cov-report=xml --cov-report term {posargs}
47
- integration: pytest -xsv t/integration {posargs}
48
- smoke: pytest -xsv t/smoke --dist=loadscope --reruns 10 --reruns-delay 60 --rerun-except AssertionError {posargs}
+ unit: pytest -vv --maxfail=10 --capture=no -v --cov=celery --cov-report=xml --cov-report term {posargs}
+ integration: pytest -xsvv t/integration {posargs}
+ smoke: pytest -xsvv t/smoke --dist=loadscope --reruns 10 --reruns-delay 60 --rerun-except AssertionError {posargs}
49
setenv =
50
PIP_EXTRA_INDEX_URL=https://celery.github.io/celery-wheelhouse/repo/simple/
51
BOTO_CONFIG = /dev/null
0 commit comments