8000 try fix tox · prometheus/client_python@afce165 · GitHub
[go: up one dir, main page]

Skip to content

Commit afce165

Browse files
committed
try fix tox
Signed-off-by: Alexander Shadchin <shadchin@yandex-team.com>
1 parent 595d2d4 commit afce165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
2+
envlist = coverage-clean,py{3.9.18,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
33

44
[testenv]
55
deps =
66
coverage
77
pytest
88
attrs
9-
{py3.9,pypy3.9}: twisted
10-
py3.9: asgiref
9+
{py3.9.18,pypy3.9}: twisted
10+
py3.9.18: asgiref
1111
pypy3.9: asgiref
1212
commands = coverage run --parallel -m pytest {posargs}
1313

0 commit comments

Comments
 (0)
0