From 2369f7a2310a1a3b0ab2ec1a0e008d9d79881674 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 20 Mar 2024 05:53:54 -0400 Subject: [PATCH] Pin to pytest<8.1; workaround for pytest-dev/pytest#12112. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3802fb2..4d1cbff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,8 @@ testing = pytest-ruff >= 0.2.1 # local + # workaround for pytest-dev/pytest#12112 + pytest < 8.1 docs = # upstream