From 6dfa6d091e80ba9aa40f3adb820e338ca2f38dd0 Mon Sep 17 00:00:00 2001 From: Hai Zhu <35182391+cocolato@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:27:47 +0800 Subject: [PATCH] fix tox config (#302) --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1acd731..fcddbd6 100644 --- a/tox.ini +++ b/tox.ini @@ -12,10 +12,12 @@ commands = deps = attrs==20.3.0; python_version == '3.4' typing; python_version == '3.4' - pytest + pytest>=6.1.1,<8.2.0 + pytest-reraise coverage pytest-cov - tornado>=4.0,<6.0 + tornado>=4.0,<7.0; python_version>='3.12' + tornado>=4.0,<6.0; python_version<'3.12' cython py35,py36,py37,py38,py39,pypy3,coverage: pytest_asyncio