From 25312b563024be66a533a98d548237db4f1c5a05 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