update to latest pytest (3.0.7)

This commit is contained in:
jab 2017-03-15 19:10:41 +00:00
parent 888531760c
commit 0bee32a6fc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ tests_require = [
'hypothesis-pytest==0.19.0', 'hypothesis-pytest==0.19.0',
'py==1.4.31', 'py==1.4.31',
'pydocstyle==1.1.1', 'pydocstyle==1.1.1',
'pytest==3.0.6', 'pytest==3.0.7',
'pytest-benchmark==3.1.0a1', 'pytest-benchmark==3.1.0a1',
'pytest-cov==2.4.0', 'pytest-cov==2.4.0',
'Sphinx==1.5.3', 'Sphinx==1.5.3',