Skip to content

Commit 9dddbba

Browse files
committed
Also remove from toxgen config
1 parent f0ea648 commit 9dddbba

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
# FastAPI versions we use older httpx which still supports the
132132
# deprecated argument.
133133
"<0.110.1": ["httpx<0.28.0"],
134-
"py3.6": ["aiocontextvars"],
135134
},
136135
},
137136
"flask": {
@@ -156,7 +155,6 @@
156155
"package": "graphene",
157156
"deps": {
158157
"*": ["blinker", "fastapi", "flask", "httpx"],
159-
"py3.6": ["aiocontextvars"],
160158
},
161159
},
162160
"grpc": {
@@ -330,7 +328,7 @@
330328
"deps": {
331329
"*": ["fakeredis!=1.7.4", "pytest<8.0.0"],
332330
">=4.0,<5.0": ["fakeredis<2.31.0"],
333-
"py3.6,py3.7,py3.8": ["fakeredis<2.26.0"],
331+
"py3.7,py3.8": ["fakeredis<2.26.0"],
334332
"py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13": ["pytest-asyncio"],
335333
},
336334
},
@@ -350,15 +348,14 @@
350348
"*": ["fakeredis<2.28.0"],
351349
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
352350
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
353-
"py3.6,py3.7": ["fakeredis!=2.26.0"],
351+
"py3.7": ["fakeredis!=2.26.0"],
354352
},
355353
},
356354
"sanic": {
357355
"package": "sanic",
358356
"deps": {
359357
"*": ["websockets<11.0", "aiohttp"],
360358
">=22": ["sanic-testing"],
361-
"py3.6": ["aiocontextvars==0.2.1"],
362359
"py3.8": ["tracerite<1.1.2"],
363360
},
364361
"num_versions": 4,
@@ -384,7 +381,6 @@
384381
# See the comment on FastAPI's httpx bound for more info
385382
"<0.37.2": ["httpx<0.28.0"],
386383
"<0.15": ["jinja2<3.1"],
387-
"py3.6": ["aiocontextvars"],
388384
},
389385
},
390386
"starlite": {
@@ -425,7 +421,6 @@
425421
"<=6.4.1": [
426422
"pytest<8.2"
427423
], # https://github.com/tornadoweb/tornado/pull/3382
428-
"py3.6": ["aiocontextvars"],
429424
},
430425
"num_versions": 2,
431426
},

tox.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ deps =
465465
redis: fakeredis!=1.7.4
466466
redis: pytest<8.0.0
467467
redis-v4.6.0: fakeredis<2.31.0
468-
{py3.6,py3.7,py3.8}-redis: fakeredis<2.26.0
468+
{py3.7,py3.8}-redis: fakeredis<2.26.0
469469
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
470470

471471
redis_py_cluster_legacy-v2.0.0: redis-py-cluster==2.0.0
@@ -508,7 +508,6 @@ deps =
508508
graphene: fastapi
509509
graphene: flask
510510
graphene: httpx
511-
{py3.6}-graphene: aiocontextvars
512511

513512
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
514513
strawberry-v0.284.1: strawberry-graphql[fastapi,flask]==0.284.1
@@ -576,7 +575,7 @@ deps =
576575
rq: fakeredis<2.28.0
577576
rq-v0.12.0: fakeredis>=1.0,<1.7.4
578577
rq-v0.13.0: fakeredis>=1.0,<1.7.4
579-
{py3.6,py3.7}-rq: fakeredis!=2.26.0
578+
{py3.7}-rq: fakeredis!=2.26.0
580579

581580
spark-v3.0.3: pyspark==3.0.3
582581
spark-v3.5.7: pyspark==3.5.7
@@ -633,7 +632,6 @@ deps =
633632
starlette: httpx
634633
starlette-v0.16.0: httpx<0.28.0
635634
starlette-v0.27.0: httpx<0.28.0
636-
{py3.6}-starlette: aiocontextvars
637635

638636
fastapi-v0.79.1: fastapi==0.79.1
639637
fastapi-v0.93.0: fastapi==0.93.0
@@ -647,7 +645,6 @@ deps =
647645
fastapi-v0.79.1: httpx<0.28.0
648646
fastapi-v0.93.0: httpx<0.28.0
649647
fastapi-v0.107.0: httpx<0.28.0
650-
{py3.6}-fastapi: aiocontextvars
651648

652649

653650
# ~~~ Web 2 ~~~
@@ -702,7 +699,6 @@ deps =
702699
sanic: aiohttp
703700
sanic-v22.12.0: sanic-testing
704701
sanic-v25.3.0: sanic-testing
705-
{py3.6}-sanic: aiocontextvars==0.2.1
706702
{py3.8}-sanic: tracerite<1.1.2
707703

708704
starlite-v1.48.1: starlite==1.48.1
@@ -718,7 +714,6 @@ deps =
718714
tornado-v6.5.2: tornado==6.5.2
719715
tornado: pytest
720716
tornado-v6.0.4: pytest<8.2
721-
{py3.6}-tornado: aiocontextvars
722717

723718

724719
# ~~~ Misc ~~~

0 commit comments

Comments
 (0)