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:
parent
5b7fee0641
commit
2749f9d4ed
@ -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
|
||||
|
||||
|
@ -3,6 +3,6 @@ mock
|
||||
nose
|
||||
pep8
|
||||
pylint==0.25.0
|
||||
xml_compare
|
||||
formencode
|
||||
lxml # OF-Config
|
||||
paramiko # NETCONF, BGP speaker
|
||||
|
Loading…
Reference in New Issue
Block a user