Skip to content

Commit ba7126d

Browse files
committed
.
1 parent a487a13 commit ba7126d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@
264264
"py3.6": ["aiocontextvars==0.2.1"],
265265
"py3.8": ["tracerite<1.1.2"],
266266
},
267+
# some versions of sanic are plain untestable because no sanic_testing
268+
# version can be installed alongside due to dependency conflicts
269+
"include": "!=20.*",
267270
},
268271
"spark": {
269272
"package": "pyspark",

tox.ini

Lines changed: 7 additions & 6 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-17T10:49:08.634646+00:00
13+
# Last generated: 2025-09-17T11:33:05.337155+00:00
1414

1515
[tox]
1616
requires =
@@ -298,8 +298,8 @@ envlist =
298298
{py3.9,py3.12,py3.13}-quart-v0.20.0
299299

300300
{py3.6}-sanic-v0.8.3
301-
{py3.6,py3.8,py3.9}-sanic-v20.12.7
302-
{py3.8,py3.10,py3.11}-sanic-v23.12.2
301+
{py3.6,py3.7}-sanic-v19.12.5
302+
{py3.7,py3.10,py3.11}-sanic-v22.12.0
303303
{py3.9,py3.12,py3.13}-sanic-v25.3.0
304304

305305
{py3.8,py3.10,py3.11}-starlite-v1.48.1
@@ -773,14 +773,15 @@ deps =
773773
{py3.8}-quart: taskgroup==0.0.0a4
774774

775775
sanic-v0.8.3: sanic==0.8.3
776-
sanic-v20.12.7: sanic==20.12.7
777-
sanic-v23.12.2: sanic==23.12.2
776+
sanic-v19.12.5: sanic==19.12.5
777+
sanic-v22.12.0: sanic==22.12.0
778778
sanic-v25.3.0: sanic==25.3.0
779779
sanic: websockets<11.0
780780
sanic: aiohttp
781781
sanic: sanic_testing
782782
sanic-v0.8.3: sanic_testing<22.9
783-
sanic-v20.12.7: sanic_testing<22.9
783+
sanic-v19.12.5: sanic_testing<22.9
784+
sanic-v22.12.0: sanic_testing<22.9
784785
{py3.6}-sanic: aiocontextvars==0.2.1
785786
{py3.8}-sanic: tracerite<1.1.2
786787

0 commit comments

Comments
 (0)