@@ -3,11 +3,9 @@ skip_missing_interpreters = true
33envlist =
44 flake8
55 sphinx
6- py39-{tw203,tw2210,twtrunk,asyncio}
7- # Twisted <22.10 on Python 3.11 fails with:
8- # src/twisted/test/raiser.c:198:12: fatal error: longintrepr.h: Datei oder Verzeichnis nicht gefunden
9- py311-{tw2210,twtrunk,asyncio}
10- pypy39-{tw2210,twtrunk,asyncio}
6+ py39-{tw2403,twtrunk,asyncio}
7+ py311-{tw2403,twtrunk,asyncio}
8+ pypy39-{tw2403,twtrunk,asyncio}
119
1210
1311# MAP: GitHub Actions Python Name => Tox Env Name (for Python)
@@ -38,14 +36,11 @@ deps =
3836 git+https://github.com/ilanschnell/bitarray.git@master# egg=bitarray
3937
4038 cytoolz
41-
42- ; twisted dependencies
43- tw203: twisted ==20.3.0
44- tw2210: twisted ==22.10.0
39+ tw2403: twisted ==24.3.0
4540
4641 # twtrunk: https://github.com/twisted/twisted/archive/trunk.zip
4742 twtrunk: git+https://github.com/twisted/twisted
48- {tw203,tw2210 ,twtrunk}: pytest-twisted
43+ {tw2403 ,twtrunk}: pytest-twisted
4944
5045 ; asyncio dependencies
5146 asyncio: pytest_asyncio
@@ -91,7 +86,7 @@ setenv =
9186 # controls test setup according to networking framework
9287 asyncio: USE_ASYNCIO =1
9388 asyncio: PYTHONPATH ={toxinidir}
94- tw203,tw2210 ,twtrunk: USE_TWISTED =1
89+ tw2403 ,twtrunk: USE_TWISTED =1
9590
9691 # this enables "autobahn/test/test_rng.py" (on Linux),
9792 # which tests entropy depletion, and tests how to correctly
@@ -109,7 +104,7 @@ commands =
109104 asyncio: pytest -s -v -rfP --ignore =./autobahn/twisted ./autobahn
110105
111106 # IMPORTANT: trial doesn't allow to recurse-and-exclude, and hence we need this looong list (because we must exclude "asyncio")
112- tw203,tw2210 : trial --no-recurse autobahn.test autobahn.twisted.test autobahn.websocket.test autobahn.rawsocket.test autobahn.wamp.test autobahn.xbr.test autobahn.nvx.test
107+ tw2403 : trial --no-recurse autobahn.test autobahn.twisted.test autobahn.websocket.test autobahn.rawsocket.test autobahn.wamp.test autobahn.xbr.test autobahn.nvx.test
113108 twtrunk: python -m twisted.trial --no-recurse autobahn.test autobahn.twisted.test autobahn.websocket.test autobahn.rawsocket.test autobahn.wamp.test autobahn.xbr.test autobahn.nvx.test
114109
115110
0 commit comments