From e522d8e0ebc135870fdb17cba968a993e98ed875 Mon Sep 17 00:00:00 2001 From: z80 Date: Mon, 30 Oct 2023 12:40:21 -0400 Subject: [PATCH] Revert "fix: exclude pytest 7.4.3" This reverts commit 84a318067d067af989f0fb1a37dc2ee91852d1c1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fa72e4815..1dd14c7d14 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ "pluggy>=1.3,<2", "pydantic>=1.10.8,<3", "PyGithub>=1.59,<2", - "pytest>=6.0,<7.4.3", + "pytest>=6.0,<8.0", "python-dateutil>=2.8.2,<3", "PyYAML>=5.0,<7", "requests>=2.28.1,<3",