From 666686b5420508b84f9811cec4e0e5927172dee2 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 23 Jan 2024 11:12:02 +0000 Subject: [PATCH] restore pytest-tornado --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a49061..31e06c3 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ extras_require = { "pytest-asyncio", "pytest-cov", "pytest-httpbin", + "pytest-tornado", "pytest", "requests>=2.22.0", "tornado",