From 960040e5b97c0b39d7753b43c674bda12b3fd715 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 22 Aug 2024 18:11:45 -0700 Subject: [PATCH] Fix pytest render_collapsed deprecation warning --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd40c7eb9..ea24f9c1d 100644 --- a/tox.ini +++ b/tox.ini @@ -61,7 +61,7 @@ commands = [pytest] xfail_strict = true -render_collapsed = True +render_collapsed = all [testenv:makesupported] allowlist_externals =