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

taragolis 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 8217dc0d97 Temporary limit `pytest` to `<8.0` (#37157)
8217dc0d97 is described below

commit 8217dc0d9762a1d7c117d11c0382ae9670564146
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Feb 3 23:04:27 2024 +0400

    Temporary limit `pytest` to `<8.0` (#37157)
---
 dev/breeze/README.md          | 2 +-
 dev/breeze/pyproject.toml     | 4 +++-
 docker_tests/requirements.txt | 4 +++-
 pyproject.toml                | 4 +++-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index 6d235e56b9..de9fa17911 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 6984f829be..214f5e6478 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 9a06256663..60b4005325 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 c083fe9a19..0e7e892f55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -339,7 +339,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",
 ]

Reply via email to