Skip to content

Commit 17824ca

Browse files
authored
docs: add comments to pytest 8.4.0 limitation (#51340)
1 parent b1bbc82 commit 17824ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dev/breeze/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ dependencies = [
6565
"psutil>=5.9.6",
6666
"pygithub>=2.1.1",
6767
"pytest-xdist>=3.3.1",
68+
# 8.4.0 introduces changes related to fixture that cause CI failure.
69+
# TODO: we'll need to check how to get around with it.
6870
"pytest>=8.2,<8.4.0",
6971
"pyyaml>=6.0.2",
7072
"requests>=2.31.0",

devel-common/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ dependencies = [
137137
"pytest-timeouts>=1.2.1",
138138
"pytest-unordered>=0.6.1",
139139
"pytest-xdist>=3.5.0",
140+
# 8.4.0 introduces changes related to fixture that cause CI failure.
141+
# TODO: we'll need to check how to get around with it.
140142
"pytest>=8.3.3,<8.4.0",
141143
]
142144
"sentry" = [

0 commit comments

Comments
 (0)