Skip to content

Commit 07e9834

Browse files
committed
deps: Add pytest-asyncio
1 parent ae3c8d2 commit 07e9834

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ yarl
1010
# Dev
1111
pytest
1212
pytest-cov
13+
pytest-asyncio
1314
pylint
1415
respx
1516

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ecdsa",
3939
],
4040
setup_requires=["pytest-runner"],
41-
tests_require=["pytest", "pytest-cov", "respx"],
41+
tests_require=["pytest", "pytest-cov", "pytest-asyncio", "respx"],
4242
extras_require={
4343
"dev": [
4444
"pip",
@@ -54,6 +54,7 @@
5454
"twine",
5555
"pytest",
5656
"pytest-cov",
57+
"pytest-asyncio",
5758
"pytest-runner",
5859
],
5960
},

0 commit comments

Comments
 (0)