Use html5lib to parse HTML in tests instead of XMLParser

This commit is contained in:
Avram Lubkin
2016-05-28 02:51:21 -04:00
parent 9453aa542c
commit 76b92ad24f
4 changed files with 18 additions and 46 deletions

View File

@@ -64,6 +64,7 @@ extras_require = {
'nose',
'mock', # it would be better for 'test:python_version in "2.6,2.7"'
'simplejson', # better: 'test:platform_python_implementation=="PyPy"'
'html5lib',
],
}