From da1ff230886118158946a3148e21e0dd3a54e9f9 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 7 Jul 2025 11:46:17 -0700 Subject: [PATCH] build(deps): remove pytest lower bounds from testing requirements --- requirements/testing_without_asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing_without_asyncio.txt b/requirements/testing_without_asyncio.txt index 754889faf..fed36e6d7 100644 --- a/requirements/testing_without_asyncio.txt +++ b/requirements/testing_without_asyncio.txt @@ -1,3 +1,3 @@ # pip install -r requirements/testing_without_asyncio.txt -pytest>=6.2.5,<8.4 # https://github.com/tornadoweb/tornado/issues/3375 +pytest<8.4 pytest-cov>=3,<7