From 6bec9a172fd855d80800f3176bcbf8ce92ebd748 Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Mon, 4 Mar 2024 16:35:20 +0100 Subject: [PATCH] [tox] update pytest dependency, v8.1.0 is yanked --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d3f29bda..9f59f333 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ commands = [testenv:examples] envdir={toxworkdir}/{envname} deps = - pytest>=8.1.0,<9.0.0 + pytest>=7.3.1,<9.0.0 pytest-xdist>=3.3.1 # multiprocessing pytest-forked>=1.6.0 # isolation nbmake>=1.5.1