From fd806b9fa6527774eb4f900f4c4bafb812ecfa82 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:10:10 +0000 Subject: [PATCH] pin pytest --- environment.yml | 2 +- requirements/testing/all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index b7220ad446c2..3e9b79c35845 100644 --- a/environment.yml +++ b/environment.yml @@ -59,7 +59,7 @@ dependencies: - psutil - pre-commit - pydocstyle>=5.1.0 - - pytest!=4.6.0,!=5.4.0 + - pytest!=4.6.0,!=5.4.0,!=8.1.0 - pytest-cov - pytest-rerunfailures - pytest-timeout diff --git a/requirements/testing/all.txt b/requirements/testing/all.txt index 4ca786fcf73e..e386924a9b67 100644 --- a/requirements/testing/all.txt +++ b/requirements/testing/all.txt @@ -4,7 +4,7 @@ black<24 certifi coverage!=6.3 psutil -pytest!=4.6.0,!=5.4.0 +pytest!=4.6.0,!=5.4.0,!=8.1.0 pytest-cov pytest-rerunfailures pytest-timeout