Open jwilk opened 2 years ago
I see this when testing with warnings enabled:
$ PYTHONWARNINGS=a make test python -c 'import nose; nose.main()' --verbose ... tests.hocr2djvused.test.test_from_file('alice_tesseract3.02+charboxes', 1, '--html5') ... /usr/lib/python2.7/dist-packages/html5lib/_ihatexml.py:265: DataLossWarning: Coercing non-XML name warnings.warn("Coercing non-XML name", DataLossWarning) ok ... tests.hocr2djvused.test.test_from_file('alice_tesseract3.02+charboxes', 2, '--html5') ... /usr/lib/python2.7/dist-packages/html5lib/_ihatexml.py:265: DataLossWarning: Coercing non-XML name warnings.warn("Coercing non-XML name", DataLossWarning) ok ...
I see this when testing with warnings enabled: