mirror of https://github.com/docker/compose.git
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:
parent
33eeef41ab
commit
fb14f41ddb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue