Skip to content

Commit 16193ce

Browse files
committed
Pin old coverage
1 parent fa28996 commit 16193ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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: 1 addition & 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

0 commit comments

Comments
 (0)