update to latest pytest (3.1.2) and py (1.4.34)

This commit is contained in:
jab 2017-06-12 15:11:38 +00:00
parent 99cff11b2c
commit bcac254ec1
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ tests_require = [
'flake8==3.2.1',
'hypothesis==3.11.3',
'hypothesis-pytest==0.19.0',
'py==1.4.31',
'py==1.4.34',
'pydocstyle==2.0.0',
'pytest==3.1.1',
'pytest==3.1.2',
'pytest-benchmark==3.1.0a2',
'pytest-cov==2.5.1',
'Sphinx==1.6.2',