summaryrefslogtreecommitdiffhomepage
path: root/test/pip-requires.txt
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-09-27 14:07:47 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-10-03 16:31:51 -0700
commita021647b0a59d38a19579254b9c061a1632b6d98 (patch)
tree7353f4d1856b85e78e986288e46b09f2d70a9009 /test/pip-requires.txt
parentc6f5b5d13d6395f7fd020d2cb2527a6e0cafa19d (diff)
test: Adopt to the updated Ryu BGP Packet lib API
From Ryu v4.6, the Packet library can parse the entire BGP packet via packet.Packet() API. This patch fixes to adopt bgp_router_test.py to the updated API, and reverts the Ryu version in pip-requires.txt to the latest. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'test/pip-requires.txt')
-rw-r--r--test/pip-requires.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pip-requires.txt b/test/pip-requires.txt
index be9b9ee5..e7e580ab 100644
--- a/test/pip-requires.txt
+++ b/test/pip-requires.txt
@@ -5,4 +5,4 @@ fabric
netaddr
nsenter
docker-py
-ryu==4.5
+ryu