Skip to content

Commit 5a887cb

Browse files
Ensure pytest >= 9
1 parent 59ab126 commit 5a887cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ skip_missing_interpreters = true
66
[testenv]
77
description = Test that the tzdata contents are accessible
88
deps =
9-
pytest
9+
pytest >= 9; python_version >= '3.10'
10+
pytest; python_version < '3.10'
1011
pytest-subtests; python_version >= '3.6' and python_version <= '3.9'
1112
importlib_resources; python_version<'3.7'
1213
commands =

0 commit comments

Comments
 (0)