Skip to content

Commit

Permalink
Reinstate pytest-asyncio dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Aug 6, 2024
1 parent 71e3143 commit 83e7508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ dependencies:
- flake8
- black
- pytest
- pytest-asyncio
- anyio
- cryptography
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

extras_require["test"] = [
"pytest",
"pytest-asyncio",
"anyio",
"cryptography",
]
Expand Down

0 comments on commit 83e7508

Please sign in to comment.