From 2aced9efacfb5b9c5abccc6655470475b007467c Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 20 Aug 2019 12:49:30 +0900 Subject: 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 --- test/pip-requires.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3