@@ -19,7 +19,7 @@ envlist =
19
19
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common
20
20
21
21
# === Gevent ===
22
- {ßpy3 .8,py3.10,py3.11,py3.12}-gevent
22
+ {py3 .8,py3.10,py3.11,py3.12}-gevent
23
23
24
24
# === Integrations ===
25
25
# General format is {pythonversion}-{integrationname}-v{frameworkversion}
@@ -164,7 +164,7 @@ envlist =
164
164
165
165
# Sanic
166
166
{py3.7}-sanic-v{0.8}
167
- {py3.7,py3. 8}-sanic-v{20}
167
+ {py3.8}-sanic-v{20}
168
168
{py3.8,py3.11,py3.12}-sanic-v{24.6}
169
169
{py3.9,py3.12,py3.13}-sanic-latest
170
170
@@ -307,7 +307,7 @@ deps =
307
307
# See https://github.com/pytest-dev/pytest/issues/9621
308
308
# and https://github.com/pytest-dev/pytest-forked/issues/67
309
309
# for justification of the upper bound on pytest
310
- { py3.7} -common: pytest<7.0.0
310
+ py3.7-common: pytest<7.0.0
311
311
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common: pytest
312
312
313
313
# === Gevent ===
@@ -316,7 +316,7 @@ deps =
316
316
# See https://github.com/pytest-dev/pytest/issues/9621
317
317
# and https://github.com/pytest-dev/pytest-forked/issues/67
318
318
# for justification of the upper bound on pytest
319
- { py3.7} -gevent: pytest<7.0.0
319
+ py3.7-gevent: pytest<7.0.0
320
320
{py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
321
321
322
322
# === Integrations ===
@@ -504,7 +504,7 @@ deps =
504
504
# Redis
505
505
redis: fakeredis!=1.7.4
506
506
redis: pytest<8.0.0
507
- { py3.7} -redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
507
+ py3.7-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
508
508
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
509
509
redis-v3: redis~=3.0
510
510
redis-v4: redis~=4.0
@@ -516,13 +516,11 @@ deps =
516
516
517
517
# RQ (Redis Queue)
518
518
# https://github.com/jamesls/fakeredis/issues/245
519
- rq-v{0.6}: fakeredis<1.0
520
- rq-v{0.6}: redis<3.2.2
521
519
rq-v{0.13,1.0,1.5,1.10}: fakeredis>=1.0,<1.7.4
522
520
rq-v{1.15,1.16}: fakeredis
523
- { py3.7} -rq-v{1.15,1.16}: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
521
+ py3.7-rq-v{1.15,1.16}: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
524
522
rq-latest: fakeredis
525
- { py3.7} -rq-latest: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
523
+ py3.7-rq-latest: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
526
524
rq-v0.6: rq~=0.6.0
527
525
rq-v0.13: rq~=0.13.0
528
526
rq-v1.0: rq~=1.0.0
@@ -717,6 +715,7 @@ setenv =
717
715
COVERAGE_FILE =.coverage-sentry-{envname}
718
716
719
717
django: DJANGO_SETTINGS_MODULE =tests.integrations.django.myapp.settings
718
+ py3.12-django: PIP_CONSTRAINT =constraints.txt
720
719
721
720
common: TESTPATH =tests
722
721
gevent: TESTPATH =tests
0 commit comments