Skip to content

Commit 5469a82

Browse files
committed
unpin coverage
1 parent 3af87f2 commit 5469a82

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

scripts/populate_tox/config.py

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

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ 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
8584
8685
# === Gevent ===
8786
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ 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
322321

323322
# === Gevent ===
324323
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0
@@ -629,7 +628,6 @@ deps =
629628
django-v3.2.25: Werkzeug<2.1.0
630629
django-v1.11.29: pytest-django<4.0
631630
django-v2.2.28: pytest-django<4.0
632-
{py3.14,py3.14t}-django: coverage==7.11.0
633631

634632
flask-v1.1.4: flask==1.1.4
635633
flask-v2.3.3: flask==2.3.3

0 commit comments

Comments
 (0)