Skip to content

Commit a060fbf

Browse files
committed
.
1 parent 30413e5 commit a060fbf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
"package": "sanic",
237237
"deps": {
238238
"*": ["websockets<11.0", "aiohttp", "sanic_testing"],
239+
"<=22.12.0": ["sanic_testing<22.9"],
239240
"py3.6": ["aiocontextvars==0.2.1"],
240241
"py3.8": ["tracerite<1.1.2"],
241242
},

tox.ini

Lines changed: 7 additions & 1 deletion
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-05T09:02:00.001820+00:00
13+
# Last generated: 2025-09-05T09:43:26.291671+00:00
1414

1515
[tox]
1616
requires =
@@ -776,6 +776,12 @@ deps =
776776
sanic: websockets<11.0
777777
sanic: aiohttp
778778
sanic: sanic_testing
779+
sanic-v0.8.3: sanic_testing<22.9
780+
sanic-v18.12.0: sanic_testing<22.9
781+
sanic-v19.12.5: sanic_testing<22.9
782+
sanic-v20.12.7: sanic_testing<22.9
783+
sanic-v21.12.2: sanic_testing<22.9
784+
sanic-v22.12.0: sanic_testing<22.9
779785
{py3.6}-sanic: aiocontextvars==0.2.1
780786
{py3.8}-sanic: tracerite<1.1.2
781787

0 commit comments

Comments
 (0)