mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue