Skip to content

Commit

Permalink
Limit pytest-asyncio even more - to <0.23.0 (#36040)
Browse files Browse the repository at this point in the history
Seems that the pytest-asyncio problem was already introduced by
0.23.0. In order to allow tests passing now, we should limit it
to below that version (follow up after #36037)
  • Loading branch information
potiuk authored Dec 4, 2023
1 parent 9845b40 commit cc2521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc2521c

Please sign in to comment.