Skip to content

Commit 6f910a7

Browse files
committed
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
1 parent 77e2e26 commit 6f910a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ compress-snappy = ['python-snappy']
3636

3737
[dependency-groups]
3838
dev = [
39-
"pytest",
39+
"pytest<9.0.1",
4040
"PyYAML",
4141
"pytz",
4242
"scales",

0 commit comments

Comments
 (0)