Skip to content

Commit a06fef9

Browse files
committed
Fix coverage-report dependencies
1 parent 8db826a commit a06fef9

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
@@ -32,6 +32,7 @@ commands =
3232
dependency_groups = tests
3333
commands = pytest tests/test_functional.py
3434

35+
# Keep versions in-sync with coverage-report.
3536
[testenv:py3{9,10,14}-tests]
3637
dependency_groups = cov
3738
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
@@ -46,7 +47,7 @@ commands =
4647
# Keep base_python in-sync with .python-version-default
4748
base_python = py313
4849
# Keep depends in-sync with testenv above that has the cov dependency group.
49-
depends = py3{9,10,13}-tests
50+
depends = py3{9,10,14}-tests
5051
skip_install = true
5152
dependency_groups = cov
5253
commands =

0 commit comments

Comments
 (0)