Skip to content

Commit b3be442

Browse files
cclaussauvipy
authored andcommitted
Tox is cumbersome
1 parent 6f580ef commit b3be442

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ commands =
4747
integration-py-amqp: pytest -xv -E py-amqp t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
4848
integration-redis: pytest -xv -E redis t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
4949
integration-mongodb: pytest -xv -E mongodb t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
50-
# todo(cclauss): Remove `basepython==3.14 ||`
51-
integration-kafka: $basepython=="3.14" || pytest -xv -E kafka t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
50+
integration-kafka: pytest -xv -E kafka t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
5251

5352
basepython =
5453
pypy3: pypy3

0 commit comments

Comments
 (0)