Use newer version of docker-py from upper-constraints

Previously docker-py had upper cap, but new version is released and this
restriction is removed, see: Ie233d54d42f09fc22983fe5627d111f0db8d6252 .

Also there is patch, which changes upper-constraint file was merged
recently: I9c24b0398f3472718d5f67f8f03a165c7583f073 .

This patch is necessary to fix fuel-ccp gate jobs (python-27 and *-37).
They failed due to attempt installing requirements for test environment
from upper-constraints in upstream (docker-py==1.10.6), which resulted
to error, whcih cliff tried to find entrypoints and met requirements where
 docker-py < 1.8.0.

Change-Id: Ifa9815251d7b3b30fae06a804eed76b81a3101a3
This commit is contained in:
Sergey Kraynev 2016-12-19 10:20:33 +04:00
parent 9cb2368409
commit 1c75fc9070
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ GitPython>=1.0.1 # BSD License (3 clause)
Jinja2>=2.8 # BSD License (3 clause)
PyYAML>=3.10.0 # MIT
cliff>=2.2.0 # Apache-2.0
docker-py<1.8.0,>=1.6.0 # Apache-2.0
docker-py>=1.6.0,!=1.8.0 # Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
keystoneauth1>=2.10.0 # Apache-2.0