diff --git a/tox.ini b/tox.ini index a380920e7..b1259e0ec 100644 --- a/tox.ini +++ b/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}