diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-08-20 12:49:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-08-20 13:28:42 +0000 |
commit | 2aced9efacfb5b9c5abccc6655470475b007467c (patch) | |
tree | fa90c2c6511eda459ac895c36cae07e99d026477 /test | |
parent | d9fc69e50aaf7783a845b721f51931eff2069a4b (diff) |
test: fix the versions of fabric and invoke
Seems that the latest versions change the APIs so CI tests fails.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/pip-requires.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pip-requires.txt b/test/pip-requires.txt index 965ccdd3..804b9732 100644 --- a/test/pip-requires.txt +++ b/test/pip-requires.txt @@ -1,10 +1,10 @@ nose toml pyyaml -fabric +fabric == 2.4.0 netaddr nsenter docker-py ryu colored -invoke +invoke == 1.2.0 |