From 56299a2312762c07e16648a346f2c144df6b0d9a Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 1 Feb 2024 22:39:08 +0000 Subject: [PATCH] Don't pin upper pytest version --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f7d64cc7..22ba622e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,6 +2,6 @@ build conda-lock pre-commit pytest-cov -pytest>=7,<9 +pytest>=7 pyyaml requests_mock