diff --git a/setup.py b/setup.py index 61be0684c43c7..28847e9ba2c23 100644 --- a/setup.py +++ b/setup.py @@ -477,7 +477,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve "pytest>=7.1", # Pytest-asyncio 0.23.1 breaks our tests. The limitation should be removed when the issue is fixed: # https://github.com/pytest-dev/pytest-asyncio/issues/703 - "pytest-asyncio<0.23.1", + "pytest-asyncio<0.23.0", "pytest-cov", "pytest-httpx", "pytest-icdiff",