Skip to content

Commit

Permalink
Fixed the docker-compose testing dependency
Browse files Browse the repository at this point in the history
Running `make check` breaks right now when the testing dependency
`docker-compose` is installed in the version 1.12.0 (see the following
GitHub issue: docker/compose#4729).

Fixing the dependency to versions below 1.12.0 solves the problems and
`make check` will result in green tests again.

Change-Id: I62d83a1ef4495bae3699c2f89deecf213be82364
Signed-off-by: dpdornseifer <david.paul.dornseifer@sap.com>
  • Loading branch information
dpdornseifer committed Apr 18, 2017
1 parent 9aae485 commit 99c2ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
@@ -1,6 +1,6 @@
coverage
docker-compose >= 1.7.0
docker-compose >= 1.7.0,<1.12.0
flake8
mock
pytest
pytest-cov
pytest-cov

0 comments on commit 99c2ec9

Please sign in to comment.