Skip to content

Commit 24a2f53

Browse files
fix: bound pytest to <10 to prevent unexpected major version upgrades
Agent-Logs-Url: https://github.com/fabiocaccamo/python-codicefiscale/sessions/d71b6a20-7a74-4f5f-824f-24e190773e0a Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com>
1 parent b944c41 commit 24a2f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
coverage == 7.13.*
33
mypy == 1.20.*
44
pre-commit == 4.5.*
5-
pytest>=9.0.3
5+
pytest>=9.0.3,<10
66
pytest-cov == 7.1.*
77
tox == 4.53.*

0 commit comments

Comments
 (0)