Merge pull request #4174 from ThomasWaldmann/use-pytest3

avoid pytest4 issues for now
This commit is contained in:
TW 2018-11-16 00:55:50 +01:00 committed by GitHub
commit c0373d4f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ setuptools_scm
pip pip
virtualenv virtualenv
tox tox
pytest!=3.3.0 pytest<4.0.0
pytest-xdist pytest-xdist
pytest-cov pytest-cov
pytest-benchmark pytest-benchmark