Skip to content

Commit f5e293c

Browse files
.
1 parent 8a42b79 commit f5e293c

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"Werkzeug<2.1.0",
118118
],
119119
"<3.1": ["pytest-django<4.0"],
120+
"py3.6": ["dataclasses"],
120121
"py3.14,py3.14t": ["coverage==7.11.0"],
121122
},
122123
},

scripts/populate_tox/tox.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ deps =
7878
-r requirements-testing.txt
7979

8080
# === Common ===
81+
py3.6-common: dataclasses
8182
py3.8-common: hypothesis
8283
common: pytest-asyncio
8384
common: httpcore[asyncio,http2]
@@ -90,6 +91,7 @@ deps =
9091
{py3.14,py3.14t}-common: coverage==7.11.0
9192

9293
# === Gevent ===
94+
py3.6-gevent: dataclasses
9395
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0
9496
{py3.12}-gevent: gevent
9597
# See https://github.com/pytest-dev/pytest/issues/9621

tox.ini

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)