Move to the latest pytest versions for Python 2 and 3

Signed-off-by: Lumír Balhar <lbalhar@redhat.com>
This commit is contained in:
Lumir Balhar 2019-08-27 12:24:05 +02:00
parent 33eeef41ab
commit fb14f41ddb
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ coverage==4.5.4
ddt==1.2.2
flake8==3.7.9
mock==3.0.5
pytest==3.6.3
pytest==5.1.1; python_version >= '3.5'
pytest==4.6.5; python_version < '3.5'
pytest-cov==2.8.1