From 2ddfdd4f281f963d1d8e518fd86b80dcf06d1b6b Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 26 Jun 2023 13:45:21 +1100 Subject: [PATCH] pin pytest for now --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4cd3107c1..6283c97bd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -346,7 +346,8 @@ outputs: requires: # test_cpp_extension_in_python requires a compiler - {{ compiler("cxx") }} # [linux] - - pytest + # temporary pin due to missing fixture + - pytest <7.4.0 - pytest-lazy-fixture - backports.zoneinfo # [py<39] - cffi