From 4a41550cad7847916bd329cc8acdb10d10b3b515 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Fri, 14 Nov 2025 08:26:34 +0000 Subject: [PATCH] CI: update pytest to 9.0.1 (#5637) --- ci-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci-requirements.txt b/ci-requirements.txt index 12460e4f15..80a1c78366 100644 --- a/ci-requirements.txt +++ b/ci-requirements.txt @@ -1,3 +1,2 @@ -pytest>=8.4.2,<9 # pytest 9.0.0 is broken for our CI +pytest>=9.0.1,<10 # this includes subtests support pytest-xdist>=3.8.0 -pytest-subtests>=0.15.0 # will not be required anymore once we upgrade to pytest 9.x