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 8db826a commit a06fef9Copy full SHA for a06fef9
tox.ini
@@ -32,6 +32,7 @@ commands =
32
dependency_groups = tests
33
commands = pytest tests/test_functional.py
34
35
+# Keep versions in-sync with coverage-report.
36
[testenv:py3{9,10,14}-tests]
37
dependency_groups = cov
38
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
@@ -46,7 +47,7 @@ commands =
46
47
# Keep base_python in-sync with .python-version-default
48
base_python = py313
49
# Keep depends in-sync with testenv above that has the cov dependency group.
-depends = py3{9,10,13}-tests
50
+depends = py3{9,10,14}-tests
51
skip_install = true
52
53
commands =
0 commit comments