Skip to content

Commit eec3d33

Browse files
committed
Make teste work with Python 3.6 again
Note that pytest-asyncio 0.17 is not supported for Python 3.6.
1 parent ec4ed15 commit eec3d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

66
tests_requires = [
77
"pytest>=6.2,<6.3",
8-
"pytest-asyncio>=0.17,<1",
8+
"pytest-asyncio>=0.16,<1",
99
"pytest-cov>=3,<4",
1010
"aiohttp>=3.8,<4",
1111
"Jinja2>=2.11,<3",

0 commit comments

Comments
 (0)