Skip to content

Commit

Permalink
Fixed pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 25, 2024
1 parent 37493a9 commit 84aef3c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist =
{3.8,3.9,3.10,3.11,3.12,pypy3.10}-unit
{3.8,3.9,3.10,3.11,3.12,pypy3.10}-linux-integration-py-amqp
{3.8,3.9,3.10,3.11,3.12,pypy3.10}-linux-integration-redis
{3.8,3.9,3.10,3.11,3.12,pypy3.10}-linux-integration-mongodb
{3.8,3.9,3.10,3.11,3.12}-linux-integration-kafka
{3.8,3.9,3.10,3.11,3.12,pypy3}-unit
{3.8,3.9,3.10,3.11,3.12,pypy3}-linux-integration-py-amqp
{3.8,3.9,3.10,3.11,3.12,pypy3}-linux-integration-redis
{3.8,3.9,3.10,3.11,3.12,pypy3}-linux-integration-mongodb
{3.8,3.9,3.10,3.11,3.12,pypy3}-linux-integration-kafka
flake8
apicheck
pydocstyle
Expand All @@ -21,6 +21,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
pypy-3: pypy3

[testenv]
sitepackages = False
Expand All @@ -45,9 +46,7 @@ commands =
integration-kafka: pytest -xv -E kafka t/integration -n auto {posargs}

basepython =
pypy3.8: pypy3.8
pypy3.9: pypy3.9
pypy3.10: pypy3.10
pypy3.10: pypy3
3.8: python3.8
3.9: python3.9
3.10: python3.10
Expand Down

0 comments on commit 84aef3c

Please sign in to comment.