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 ac87fee commit dd7be09Copy full SHA for dd7be09
setup.py
@@ -40,7 +40,7 @@ def read(file):
40
# Note: These are just tools that aren't required, so a version range
41
# is not necessary here.
42
tests_require = [
43
- 'pytest>=3.7.3',
+ 'pytest>=3.7.3,<4',
44
'pytest-asyncio>=0.9.0',
45
'pytest-cov>=2.5.1',
46
'pytest-mock>=1.10.0',
0 commit comments