update docker-py to current master
full diff: https://github.com/docker/docker-py/compare/7.0.0...bd164f928ab82e798e30db455903578d06ba2070 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c183fcf116
commit
cf7db9aef8
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ set -e
|
|||
source hack/make/.integration-test-helpers
|
||||
|
||||
# The commit or tag to use for testing
|
||||
: "${DOCKER_PY_COMMIT:=7.0.0}"
|
||||
# TODO use tagged version again; https://github.com/docker/docker-py/compare/7.0.0...bd164f928ab82e798e30db455903578d06ba2070
|
||||
: "${DOCKER_PY_COMMIT:=bd164f928ab82e798e30db455903578d06ba2070}"
|
||||
|
||||
# custom options to pass py.test
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue