From c3d7dc40061465bc2f7798a67ea2f883c032cd38 Mon Sep 17 00:00:00 2001 From: AN Long Date: Tue, 28 May 2024 21:40:24 +0800 Subject: [PATCH] pin pytest for it's bug (#272) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c68d3a0..d30343e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "sphinx-rtd-theme>=0.1.9", "sphinx>=1.3", "pytest-reraise", - "pytest>=6.1.1", + "pytest>=6.1.1,<8.2.0", ] + tornado_requires