Skip to content

Commit e7bcdc9

Browse files
committed
chore: don't allow 0.25.2 either, still broken
1 parent 2423ef7 commit e7bcdc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
dev = [
4141
"typing-inspect",
4242
"pytest",
43-
"pytest-asyncio != 0.25.1", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
43+
"pytest-asyncio <= 0.25.0", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
4444
"Twine",
4545
"freezegun",
4646
]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dev": [
3939
"typing-inspect",
4040
"pytest",
41-
"pytest-asyncio",
41+
"pytest-asyncio <= 0.25.0", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
4242
"Twine",
4343
"freezegun",
4444
]

0 commit comments

Comments
 (0)