diff --git a/dev/breeze/README.md b/dev/breeze/README.md index 6d235e56b971f..de9fa179113c6 100644 --- a/dev/breeze/README.md +++ b/dev/breeze/README.md @@ -66,6 +66,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT. --------------------------------------------------------------------------------------------------------- -Package config hash: f22d0c615925c3accb40fc1cf0ca5dc9ca57719968df55f12e96383bc5072113aef6d785565ae33f2f73889388ba2a2136a010f5dbfe12fe3cb90bc88c058bcb +Package config hash: 0a4cc814e27e822622708d862952a5b411a1a4ad8f3bca8fa591f39ed670ab6636de3caf7c1d072896c411c7eef824f887202b8de8729b8622f2af9b84a154b3 --------------------------------------------------------------------------------------------------------- diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml index 6984f829be63d..214f5e6478898 100644 --- a/dev/breeze/pyproject.toml +++ b/dev/breeze/pyproject.toml @@ -60,7 +60,9 @@ dependencies = [ "psutil>=5.9.6", "pygithub>=2.1.1", "pytest-xdist>=3.3.1", - "pytest>=7.4.4", + # Temporary upper limmit to <8, not all dependencies at that moment ready to use 8.0 + # Internal meta-task for track https://github.com/apache/airflow/issues/37156 + "pytest>=7.4.4,<8.0", "pyyaml>=6.0.1", "requests>=2.31.0", "rich-click>=1.7.1", diff --git a/docker_tests/requirements.txt b/docker_tests/requirements.txt index 9a062566632eb..60b4005325607 100644 --- a/docker_tests/requirements.txt +++ b/docker_tests/requirements.txt @@ -1,3 +1,5 @@ -pytest>=7.4.4 +# Temporary upper limmit to <8, not all dependencies at that moment ready to use 8.0 +# Internal meta-task for track https://github.com/apache/airflow/issues/37156 +pytest>=7.4.4,<8.0 pytest-xdist requests diff --git a/pyproject.toml b/pyproject.toml index def728fd67bab..adad69f2eba68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -343,7 +343,9 @@ devel-tests = [ "pytest-rerunfailures>=13.0", "pytest-timeouts>=1.2.1", "pytest-xdist>=3.5.0", - "pytest>=7.4.4", + # Temporary upper limmit to <8, not all dependencies at that moment ready to use 8.0 + # Internal meta-task for track https://github.com/apache/airflow/issues/37156 + "pytest>=7.4.4,<8.0", "requests_mock>=1.11.0", "time-machine>=2.13.0", ]