From 2c5fa32b0c5223fc8cf20e9e1836fa26fa1224a4 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 13 May 2024 23:49:17 -0700 Subject: [PATCH] Pin `pytest` to pre-`8.2.0` Workaround issues with `pytest` + `tornado` that cropped up with `pytest` version `8.2.0`. --- conda-test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-test-requirements.txt b/conda-test-requirements.txt index e079f8a60..429180562 100644 --- a/conda-test-requirements.txt +++ b/conda-test-requirements.txt @@ -1 +1 @@ -pytest +pytest<8.2.0