From bc3f0b77d21ad409f6b54cae54d2961540369c0d Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 4 Mar 2024 11:44:05 -0500 Subject: [PATCH] Backport PR #27858: 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 15cba9a01c32..eea12387f431 100644 --- a/environment.yml +++ b/environment.yml @@ -55,7 +55,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