Skip to content

Commit f6e7b07

Browse files
committed
Try running coverage only under 3.9!?
1 parent 1cc0c45 commit f6e7b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands =
2727
mypy: mypy tests/typing_example.py
2828
mypy: mypy src/attrs/__init__.pyi src/attr/__init__.pyi src/attr/_typing_compat.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
2929

30-
[testenv:py3{8,10,13}-tests]
30+
[testenv:py3{9,10,13}-tests]
3131
dependency_groups = cov
3232
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
3333
# PYTHONWARNINGS=d makes them visible during the tox run.
@@ -41,7 +41,7 @@ commands = coverage run -m pytest {posargs}
4141
# Keep base_python in-sync with .python-version-default
4242
base_python = py313
4343
# Keep depends in-sync with testenv above that has the cov dependency group.
44-
depends = py3{8,10,13}-tests
44+
depends = py3{9,10,13}-tests
4545
skip_install = true
4646
dependency_groups = cov
4747
commands =

0 commit comments

Comments
 (0)