Skip to content

Commit 200be87

Browse files
ci(tox): Unpin pytest for Python 3.8+ common tests (#3697)
This pin appears to be unnecessary on Python 3.8+. ref #3035
1 parent 1ce7c31 commit 200be87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ deps =
294294
# See https://github.com/pytest-dev/pytest/issues/9621
295295
# and https://github.com/pytest-dev/pytest-forked/issues/67
296296
# 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
297+
{py3.6,py3.7}-common: pytest<7.0.0
298+
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common: pytest
299299

300300
# === Gevent ===
301301
{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)