From 2420c138a62256987d6631ea6e3f765d16c68863 Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Fri, 14 Nov 2025 08:56:25 -0400 Subject: [PATCH] test: temporary lock pytest on 9.0.0 or earlier There is a bug in pytest that makes one partuclar xfail test to fail on cicd: ``` FAILED tests/integration/standard/test_application_info.py::ApplicationInfoTest::test_create_session_and_check_system_views_clients - [XPASS(strict)] #scylladb/scylla-enterprise#5467 - not released yet ``` Unlock it when it get fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3cd40b5a..1558b2832c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ compress-snappy = ['python-snappy'] [dependency-groups] dev = [ - "pytest", + "pytest~=8.0", "PyYAML", "pytz", "scales",