Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ skip_missing_interpreters = true
[testenv]
description = Test that the tzdata contents are accessible
deps =
pytest
pytest-subtests; python_version>='3.6'
pytest >= 9; python_version >= '3.10'
pytest; python_version < '3.10'
pytest-subtests; python_version >= '3.6' and python_version <= '3.9'
importlib_resources; python_version<'3.7'
commands =
pytest {toxinidir} {posargs}
Expand Down
Loading