Skip to content

Commit fd2214b

Browse files
test(tox): Unpin pytest on Python 3.8+ gevent tests
The pin appears to be unnecessary in Python 3.8+. ref #3035
1 parent 1ce7c31 commit fd2214b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ deps =
303303
# See https://github.com/pytest-dev/pytest/issues/9621
304304
# and https://github.com/pytest-dev/pytest-forked/issues/67
305305
# for justification of the upper bound on pytest
306-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest<7.0.0
306+
{py3.6,py3.7}-gevent: pytest<7.0.0
307+
{py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
307308

308309
# === Integrations ===
309310

0 commit comments

Comments
 (0)