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>
This commit is contained in:
IWAMOTO Toshihiro 2015-06-24 18:47:07 +09:00 committed by FUJITA Tomonori
parent 5b7fee0641
commit 2749f9d4ed
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from nose.tools import ok_
import sys
import lxml.etree as ET
from xml_compare import xml_compare
from formencode.doctest_xml_compare import xml_compare
from ryu.lib.of_config import classes as ofc

View File

@ -3,6 +3,6 @@ mock
nose
pep8
pylint==0.25.0
xml_compare
formencode
lxml # OF-Config
paramiko # NETCONF, BGP speaker