From afce16545116419351e5309847ba7fa36bcd6ac7 Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Wed, 18 Dec 2024 12:19:22 +0300 Subject: [PATCH] try fix tox Signed-off-by: Alexander Shadchin --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 06436798..5ac0d591 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,13 @@ [tox] -envlist = coverage-clean,py{3.9,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy +envlist = coverage-clean,py{3.9.18,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy [testenv] deps = coverage pytest attrs - {py3.9,pypy3.9}: twisted - py3.9: asgiref + {py3.9.18,pypy3.9}: twisted + py3.9.18: asgiref pypy3.9: asgiref commands = coverage run --parallel -m pytest {posargs}