Skip to content

Commit

Permalink
Merge pull request jupyterhub#715 from minrk/pytest-asyncio
Browse files Browse the repository at this point in the history
temporary pin for pytest-asyncio
  • Loading branch information
consideRatio authored Jan 8, 2024
2 parents 5ec28b7 + d5fb7c6 commit 1fee785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def run(self):
# dependencies above.
'test': [
'pytest>=2.8',
'pytest-asyncio',
# FIXME: unpin pytest-asyncio
'pytest-asyncio>=0.17,<0.23',
'pytest-cov',
'requests-mock',
# dependencies from azuread:
Expand Down

0 comments on commit 1fee785

Please sign in to comment.