This is an automated email from the ASF dual-hosted git repository.

weilee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 17824ca1d4a docs: add comments to pytest 8.4.0 limitation (#51340)
17824ca1d4a is described below

commit 17824ca1d4a1f08fd44c3d42e6fd64e80542a5a7
Author: Wei Lee <[email protected]>
AuthorDate: Tue Jun 3 14:46:36 2025 +0800

    docs: add comments to pytest 8.4.0 limitation (#51340)
---
 dev/breeze/pyproject.toml   | 2 ++
 devel-common/pyproject.toml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml
index 132b550a64d..52acecef6b7 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -65,6 +65,8 @@ dependencies = [
     "psutil>=5.9.6",
     "pygithub>=2.1.1",
     "pytest-xdist>=3.3.1",
+    # 8.4.0 introduces changes related to fixture that cause CI failure.
+    # TODO: we'll need to check how to get around with it.
     "pytest>=8.2,<8.4.0",
     "pyyaml>=6.0.2",
     "requests>=2.31.0",
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 4b30b75ef5d..9cd7d3b829a 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -137,6 +137,8 @@ dependencies = [
     "pytest-timeouts>=1.2.1",
     "pytest-unordered>=0.6.1",
     "pytest-xdist>=3.5.0",
+    # 8.4.0 introduces changes related to fixture that cause CI failure.
+    # TODO: we'll need to check how to get around with it.
     "pytest>=8.3.3,<8.4.0",
 ]
 "sentry" = [

Reply via email to