Skip to content

Commit 2197704

Browse files
committed
Revert "unpin coverage"
This reverts commit 5469a82.
1 parent 5469a82 commit 2197704

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"Werkzeug<2.1.0",
104104
],
105105
"<3.1": ["pytest-django<4.0"],
106+
"py3.14,py3.14t": ["coverage==7.11.0"],
106107
},
107108
},
108109
"dramatiq": {

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ deps =
8181
# for justification of the upper bound on pytest
8282
{py3.6,py3.7}-common: pytest<7.0.0
8383
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common: pytest
84+
{py3.14,py3.14t}-common: coverage==7.11.0
8485
8586
# === Gevent ===
8687
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ deps =
318318
# for justification of the upper bound on pytest
319319
{py3.6,py3.7}-common: pytest<7.0.0
320320
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common: pytest
321+
{py3.14,py3.14t}-common: coverage==7.11.0
321322

322323
# === Gevent ===
323324
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0
@@ -628,6 +629,7 @@ deps =
628629
django-v3.2.25: Werkzeug<2.1.0
629630
django-v1.11.29: pytest-django<4.0
630631
django-v2.2.28: pytest-django<4.0
632+
{py3.14,py3.14t}-django: coverage==7.11.0
631633

632634
flask-v1.1.4: flask==1.1.4
633635
flask-v2.3.3: flask==2.3.3

0 commit comments

Comments
 (0)