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

only pytest 7 is supported by python 3.7

parent 7e8dede7
Branches main
No related tags found
No related merge requests found
Pipeline #54327 passed
......@@ -22,10 +22,10 @@ classifiers=[
[project.optional-dependencies]
testing = [
"pytest>=8.0",
"pytest>=7.0",
"requests>=2.0",
# For Python 3.9 and up, use pytest-cov>=6.0
'pytest-cov>=6.0; python_version >= "3.9"',
# For older versions, use an older version of pytest-cov or omit it:
'pytest-cov; python_version < "3.9"' # we take any we get
'pytest-cov; python_version < "3.9"' # we take any we get
]
\ 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