Skip to content

Commit 948fa9e

Browse files
committed
.
1 parent ba7126d commit 948fa9e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
"sanic": {
260260
"package": "sanic",
261261
"deps": {
262-
"*": ["websockets<11.0", "aiohttp", "sanic_testing"],
263-
"<=22.12.0": ["sanic_testing<22.9"],
262+
"*": ["websockets<11.0", "aiohttp"],
263+
">=23": ["sanic-testing"],
264264
"py3.6": ["aiocontextvars==0.2.1"],
265265
"py3.8": ["tracerite<1.1.2"],
266266
},

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-17T11:33:05.337155+00:00
13+
# Last generated: 2025-09-17T11:36:28.004299+00:00
1414

1515
[tox]
1616
requires =
@@ -778,10 +778,7 @@ deps =
778778
sanic-v25.3.0: sanic==25.3.0
779779
sanic: websockets<11.0
780780
sanic: aiohttp
781-
sanic: sanic_testing
782-
sanic-v0.8.3: sanic_testing<22.9
783-
sanic-v19.12.5: sanic_testing<22.9
784-
sanic-v22.12.0: sanic_testing<22.9
781+
sanic-v25.3.0: sanic-testing
785782
{py3.6}-sanic: aiocontextvars==0.2.1
786783
{py3.8}-sanic: tracerite<1.1.2
787784

0 commit comments

Comments
 (0)