We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f580ef commit b3be442Copy full SHA for b3be442
tox.ini
@@ -47,8 +47,7 @@ commands =
47
integration-py-amqp: pytest -xv -E py-amqp t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
48
integration-redis: pytest -xv -E redis t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
49
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}
+ integration-kafka: pytest -xv -E kafka t/integration -n auto --reruns 2 --reruns-delay 1 {posargs}
52
53
basepython =
54
pypy3: pypy3
0 commit comments