Skip to content

Commit e845d5b

Browse files
authored
Added unit tests to "tox -e parallel" environment (#2123)
1 parent 3448887 commit e845d5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,16 @@ commands =
153153
make clean
154154

155155
[testenv:parallel]
156-
description = Run all integration tests in parallel
156+
description = Run all unit and integration tests in parallel
157157
allowlist_externals = tox
158158
setenv =
159159
PYTHONUNBUFFERED = 1
160160
PYTHONDONTWRITEBYTECODE = 1
161161
commands =
162162
tox -e \
163+
3.12-unit,\
163164
3.12-linux-integration-py-amqp,\
164165
3.12-linux-integration-redis,\
165166
3.12-linux-integration-mongodb,\
166167
3.12-linux-integration-kafka \
167-
-p -o -- --exitfirst -n auto --dist=loadscope {posargs}
168+
-p -o -- --exitfirst {posargs}

0 commit comments

Comments
 (0)