We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47d658 commit 55a44afCopy full SHA for 55a44af
setup.py
@@ -11,14 +11,20 @@
11
12
tests_require = [
13
'coveralls==1.11.1',
14
- 'pytest==4.6.9',
15
'pytest-cov==2.8.1',
16
'mock==3.0.5',
17
'vcrpy==3.0.0',
18
]
19
20
if sys.version_info > (3, 6):
21
- tests_require.append('pytest-asyncio>=0.9.0')
+ tests_require.append([
+ 'pytest==5.4.1',
22
+ 'pytest-asyncio==0.11.0',
23
+ ])
24
+else:
25
26
+ 'pytest==4.6.9',
27
28
29
dev_requires = [
30
'flake8==3.7.9',
0 commit comments