Skip to content

Commit 6efb4ec

Browse files
committed
Release upper version limit from pytest dependency
1 parent c344282 commit 6efb4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ envlist = py27,py36,py38,py39,py310,py311,py312,py313,py314,pypy2,pypy3
99
skipsdist = True
1010
1111
[testenv]
12-
deps = pytest >= 3.0.0, <4
12+
deps = pytest >= 3.0.0
1313
commands = pytest test/test.py
1414
"""

0 commit comments

Comments
 (0)