Skip to content
Snippets Groups Projects
Commit fa96cac7 authored by Benedikt's avatar Benedikt
Browse files

downgraded pytest cov for python 3.7 support

parent 4c7287c2
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@ classifiers=[
[project.optional-dependencies]
testing = [
"pytest>=8.0",
"pytest-cov>=6.0",
"pytest-cov>=5,<6", # Use pytest-cov version 5.x which supports Python 3.8
"requests>=2.0"
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment