Fix build break
This commit is contained in:
parent
89871c7e40
commit
73700d32a9
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ tests_require = [
|
||||
'beautifulsoup4>=4.6.0', 'flake8>=3.4.1', 'pylint>=1.7.2', 'PyYAML>=3.12'
|
||||
]
|
||||
if sys.version_info.major == 3 and sys.version_info.minor == 6:
|
||||
tests_require.append('pytest>=3.4.2,!=3.5.0,!=3.5.1,!=3.6.0')
|
||||
tests_require.append('pytest>=3.4.2,!=3.5.0,!=3.5.1,!=3.6.0,!=3.6.1')
|
||||
else:
|
||||
tests_require.append('pytest>=3.4.2')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user