diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-05-10 21:40:41 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-05-10 22:22:01 +0900 |
commit | 5fc0ac2731ebbe0e812d493e837007068989faa7 (patch) | |
tree | fec84db1ed93370ee6b27dab790abb0ad7f8276a /test | |
parent | 32f7faa8e7f83c20e50a37e44ba01a498939f574 (diff) |
test: avoid fabric version 2.0
Seems that fabric v2 doesn't work with the current files. Let's keep
using v1.X for now.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test')
-rw-r--r-- | test/pip-requires.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pip-requires.txt b/test/pip-requires.txt index e7e580ab..8b9dbd9a 100644 --- a/test/pip-requires.txt +++ b/test/pip-requires.txt @@ -1,7 +1,7 @@ nose toml pyyaml -fabric +fabric<2.0.0 netaddr nsenter docker-py |