mirror of https://github.com/jab/bidict.git
update to latest pytest (3.1.2) and py (1.4.34)
This commit is contained in:
parent
99cff11b2c
commit
bcac254ec1
4
setup.py
4
setup.py
|
@ -22,9 +22,9 @@ tests_require = [
|
||||||
'flake8==3.2.1',
|
'flake8==3.2.1',
|
||||||
'hypothesis==3.11.3',
|
'hypothesis==3.11.3',
|
||||||
'hypothesis-pytest==0.19.0',
|
'hypothesis-pytest==0.19.0',
|
||||||
'py==1.4.31',
|
'py==1.4.34',
|
||||||
'pydocstyle==2.0.0',
|
'pydocstyle==2.0.0',
|
||||||
'pytest==3.1.1',
|
'pytest==3.1.2',
|
||||||
'pytest-benchmark==3.1.0a2',
|
'pytest-benchmark==3.1.0a2',
|
||||||
'pytest-cov==2.5.1',
|
'pytest-cov==2.5.1',
|
||||||
'Sphinx==1.6.2',
|
'Sphinx==1.6.2',
|
||||||
|
|
Loading…
Reference in New Issue