mirror of https://github.com/celery/kombu.git
Added unit tests to "tox -e parallel" environment (#2123)
This commit is contained in:
parent
3448887f78
commit
e845d5bf3a
5
tox.ini
5
tox.ini
|
@ -153,15 +153,16 @@ commands =
|
|||
make clean
|
||||
|
||||
[testenv:parallel]
|
||||
description = Run all integration tests in parallel
|
||||
description = Run all unit and integration tests in parallel
|
||||
allowlist_externals = tox
|
||||
setenv =
|
||||
PYTHONUNBUFFERED = 1
|
||||
PYTHONDONTWRITEBYTECODE = 1
|
||||
commands =
|
||||
tox -e \
|
||||
3.12-unit,\
|
||||
3.12-linux-integration-py-amqp,\
|
||||
3.12-linux-integration-redis,\
|
||||
3.12-linux-integration-mongodb,\
|
||||
3.12-linux-integration-kafka \
|
||||
-p -o -- --exitfirst -n auto --dist=loadscope {posargs}
|
||||
-p -o -- --exitfirst {posargs}
|
||||
|
|
Loading…
Reference in New Issue