Skip to content
Snippets Groups Projects
Commit 0ea2b629 authored by Martin Blanchard's avatar Martin Blanchard
Browse files

setup.py: Unpin pytest version but require >= 3.8.0

#36
parent 6afc4f91
No related branches found
No related tags found
Loading
......@@ -90,7 +90,7 @@ tests_require = [
'moto',
'pep8',
'psutil',
'pytest == 3.6.4',
'pytest >= 3.8.0',
'pytest-cov >= 2.6.0',
'pytest-pep8',
'pytest-pylint',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment