Unpin testing requirements

This commit is contained in:
MinchinWeb 2016-11-01 22:01:21 -06:00 committed by Sylvain Bellemare
parent 87e59fe820
commit d665353cc0

View File

@ -34,7 +34,7 @@ tests_require = [
'flake8',
'pylint',
'pytest',
'pytest-cov==2.2.1',
'pytest-cov>=2.2.1',
'pytest-xdist',
'pytest-flask',
]