Skip to content

Commit 3d8067b

Browse files
committed
comment
1 parent 2197704 commit 3d8067b

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+
# coverage 7.11.1-7.11.3 makes some of our tests flake
8485
{py3.14,py3.14t}-common: coverage==7.11.0
8586
8687
# === Gevent ===

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+
# coverage 7.11.1-7.11.3 makes some of our tests flake
321322
{py3.14,py3.14t}-common: coverage==7.11.0
322323

323324
# === Gevent ===

0 commit comments

Comments
 (0)