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.
1 parent 59ab126 commit 5a887cbCopy full SHA for 5a887cb
tox.ini
@@ -6,7 +6,8 @@ skip_missing_interpreters = true
6
[testenv]
7
description = Test that the tzdata contents are accessible
8
deps =
9
- pytest
+ pytest >= 9; python_version >= '3.10'
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 =
0 commit comments