We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bbc82 commit 17824caCopy full SHA for 17824ca
dev/breeze/pyproject.toml
@@ -65,6 +65,8 @@ dependencies = [
65
"psutil>=5.9.6",
66
"pygithub>=2.1.1",
67
"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.
70
"pytest>=8.2,<8.4.0",
71
"pyyaml>=6.0.2",
72
"requests>=2.31.0",
devel-common/pyproject.toml
@@ -137,6 +137,8 @@ dependencies = [
137
"pytest-timeouts>=1.2.1",
138
"pytest-unordered>=0.6.1",
139
"pytest-xdist>=3.5.0",
140
141
142
"pytest>=8.3.3,<8.4.0",
143
]
144
"sentry" = [
0 commit comments