Skip to content

Commit 56c1dc8

Browse files
ci(tox): Remove pytest pin for common tests
1 parent 2ea57e4 commit 56c1dc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,7 @@ deps =
291291
# === Common ===
292292
py3.8-common: hypothesis
293293
common: pytest-asyncio
294-
# See https://github.com/pytest-dev/pytest/issues/9621
295-
# and https://github.com/pytest-dev/pytest-forked/issues/67
296-
# for justification of the upper bound on pytest
297-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest<7.0.0
298-
py3.13-common: pytest
294+
common: pytest
299295

300296
# === Gevent ===
301297
{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)