Skip to content

Commit 7e52235

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tox.ini

+2-1
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)