diff options
author | IWAMOTO Toshihiro <iwamoto@valinux.co.jp> | 2015-06-24 18:47:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-06-25 12:23:31 +0900 |
commit | 2749f9d4edf646920326ade95a63d4682cc184bd (patch) | |
tree | 86613f66870e5524558a14dfd107cf994c4422d3 /tools | |
parent | 5b7fee0641566fc8e26d7817573b0135f98693bd (diff) |
python3: Use formencode instead of xml_compare
The last release of xml_compare is 7 years ago and doesn't support python3.
Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires index 06b8c548..04ed5a23 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -3,6 +3,6 @@ mock nose pep8 pylint==0.25.0 -xml_compare +formencode lxml # OF-Config paramiko # NETCONF, BGP speaker |