Skip to content

Commit

Permalink
chore: don't allow 0.25.2 either, still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Jan 9, 2025
1 parent 2423ef7 commit e7bcdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
dev = [
"typing-inspect",
"pytest",
"pytest-asyncio != 0.25.1", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
"pytest-asyncio <= 0.25.0", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
"Twine",
"freezegun",
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev": [
"typing-inspect",
"pytest",
"pytest-asyncio",
"pytest-asyncio <= 0.25.0", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
"Twine",
"freezegun",
]
Expand Down

0 comments on commit e7bcdc9

Please sign in to comment.