@@ -3,11 +3,9 @@ skip_missing_interpreters = true
3
3
envlist =
4
4
flake8
5
5
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}
11
9
12
10
13
11
# MAP: GitHub Actions Python Name => Tox Env Name (for Python)
@@ -38,14 +36,11 @@ deps =
38
36
git+https://github.com/ilanschnell/bitarray.git@master# egg=bitarray
39
37
40
38
cytoolz
41
-
42
- ; twisted dependencies
43
- tw203: twisted ==20.3.0
44
- tw2210: twisted ==22.10.0
39
+ tw2403: twisted ==24.3.0
45
40
46
41
# twtrunk: https://github.com/twisted/twisted/archive/trunk.zip
47
42
twtrunk: git+https://github.com/twisted/twisted
48
- {tw203,tw2210 ,twtrunk}: pytest-twisted
43
+ {tw2403 ,twtrunk}: pytest-twisted
49
44
50
45
; asyncio dependencies
51
46
asyncio: pytest_asyncio
@@ -91,7 +86,7 @@ setenv =
91
86
# controls test setup according to networking framework
92
87
asyncio: USE_ASYNCIO =1
93
88
asyncio: PYTHONPATH ={toxinidir}
94
- tw203,tw2210 ,twtrunk: USE_TWISTED =1
89
+ tw2403 ,twtrunk: USE_TWISTED =1
95
90
96
91
# this enables "autobahn/test/test_rng.py" (on Linux),
97
92
# which tests entropy depletion, and tests how to correctly
@@ -109,7 +104,7 @@ commands =
109
104
asyncio: pytest -s -v -rfP --ignore =./autobahn/twisted ./autobahn
110
105
111
106
# 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
113
108
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
114
109
115
110
0 commit comments