Skip to content

Commit 53882fd

Browse files
author
Sylvain MARIE
committed
Fixed install_requires that was still requiring pytest < 8.4 :)
1 parent 6cab2ac commit 53882fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
decopatch
3636
makefun>=1.15.1
3737
packaging
38-
pytest<8.4.0
38+
pytest
3939
tests_require =
4040
pytest-steps
4141
pytest-harvest

0 commit comments

Comments
 (0)