We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-subtests
pytest
1 parent 7dc1b6c commit 9b58dd1Copy full SHA for 9b58dd1
tox.ini
@@ -6,8 +6,9 @@ skip_missing_interpreters = true
6
[testenv]
7
description = Test that the tzdata contents are accessible
8
deps =
9
- pytest
10
- pytest-subtests; python_version>='3.6'
+ pytest >= 9; python_version >= '3.10'
+ pytest; python_version < '3.10'
11
+ pytest-subtests; python_version >= '3.6' and python_version <= '3.9'
12
importlib_resources; python_version<'3.7'
13
commands =
14
pytest {toxinidir} {posargs}
0 commit comments