Update ancient pytest on python 3

2.9 gives collection errors on python 3.7 due to PEP 479.
This commit is contained in:
Konstantin Lopuhin 2018-07-09 12:21:19 +03:00
parent 1d2e2735fc
commit 722e1afcdb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pytest==2.9.2
pytest==3.6.3
pytest-twisted
pytest-cov==2.2.1
pytest-cov==2.5.1
testfixtures
jmespath
leveldb