From d5c717d437c74f7c2b804c47a8ae84c83a185c6b Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Fri, 18 Nov 2022 13:22:45 +0600 Subject: [PATCH] pytest>=6.2.0,<8.0 --- requirements/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-testing.txt b/requirements/requirements-testing.txt index c9a25f181..fb6dbf05f 100644 --- a/requirements/requirements-testing.txt +++ b/requirements/requirements-testing.txt @@ -1,5 +1,5 @@ # Pytest for running the tests. -pytest>=7.2.0,<8.0 +pytest>=6.2.0,<8.0 pytest-cov>=4.0.0,<5.0 pytest-django>=4.5.2,<5.0 importlib-metadata<5.0