Skip to content

Commit be0fb8b

Browse files
potiukephraimbuddy
authored andcommitted
Limit pytest-asyncio even more - to <0.23.0 (#36040)
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) (cherry picked from commit cc2521c)
1 parent f4c4a06 commit be0fb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve
486486
"pytest>=7.1",
487487
# Pytest-asyncio 0.23.1 breaks our tests. The limitation should be removed when the issue is fixed:
488488
# https://github.com/pytest-dev/pytest-asyncio/issues/703
489-
"pytest-asyncio<0.23.1",
489+
"pytest-asyncio<0.23.0",
490490
"pytest-cov",
491491
"pytest-httpx",
492492
"pytest-icdiff",

0 commit comments

Comments
 (0)