From 02f25c3f57bde3a25c867c024b291ea0fbb103ba Mon Sep 17 00:00:00 2001 From: "ritesh.arya" Date: Mon, 3 Jul 2017 18:24:54 +0530 Subject: [PATCH] Added compatibility to pyroute2>=0.4.15 Pyroute2 was updated, its change make some testcases failed. This patch fix the problem with pyroute2 update. Change-Id: I576a8d14fdd35703971b92c5b48499a9a1fa1374 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 95d92e69f9..a01a7b84b2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ PyMySQL>=0.7.6 # MIT License oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 oslo.privsep>=1.9.0 # Apache-2.0 -pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.4.15 # Apache-2.0 (+ dual licensed GPL2) testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT