From 8c36361d0c09a06295c4484597b8da0b1efb8964 Mon Sep 17 00:00:00 2001 From: joshuaalbert Date: Sun, 28 Jan 2024 15:44:00 +0530 Subject: [PATCH] * Temporarily pin pytest version until https://github.com/pytest-dev/pytest/issues/11868 is resolved. --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0bcf21c..2a32ed4 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,2 +1,2 @@ -pytest +pytest<8.0.0 pytest-asyncio \ No newline at end of file