Skip to content

Commit 780d3b5

Browse files
authored
Added -vv to unit, integration and smoke tests (celery#9014)
1 parent c251e34 commit 780d3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ deps=
4343
bandit: bandit
4444

4545
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}
46+
unit: pytest -vv --maxfail=10 --capture=no -v --cov=celery --cov-report=xml --cov-report term {posargs}
47+
integration: pytest -xsvv t/integration {posargs}
48+
smoke: pytest -xsvv t/smoke --dist=loadscope --reruns 10 --reruns-delay 60 --rerun-except AssertionError {posargs}
4949
setenv =
5050
PIP_EXTRA_INDEX_URL=https://celery.github.io/celery-wheelhouse/repo/simple/
5151
BOTO_CONFIG = /dev/null

0 commit comments

Comments
 (0)