Skip to content

Commit 6d0c6c0

Browse files
committed
Updated pytest-asyncio dependency.
1 parent ed3544a commit 6d0c6c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tool:pytest]
22
addopts = -p no:django
33
testpaths = tests
4+
asyncio_mode = auto
45

56
[flake8]
67
exclude = venv/*,tox/*,specs/*,build/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
test_requires = crypto_requires + [
1313
"pytest",
14-
"pytest-asyncio==0.14.0",
14+
"pytest-asyncio",
1515
"async-timeout",
1616
]
1717

0 commit comments

Comments
 (0)