From dd4f6b22dd12c1a1b06f59e241f54d974063bf63 Mon Sep 17 00:00:00 2001 From: WXTIM <26465611+wxtim@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:43:21 +0100 Subject: [PATCH] Upper pin pytest to prevent issues with https://github.com/pytest-dev/pytest/issues/12263 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aded9d17..12a60e03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,7 +100,8 @@ tests = mypy>=0.900 pytest-cov>=2.8.0 pytest-tornasync>=0.5.0 - pytest>=6 + # https://github.com/pytest-dev/pytest/issues/12263 + pytest>=6,<8.2 towncrier>=23 types-pkg_resources>=0.1.2 types-requests>2