﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
3557	Test suit prints GuessedAtParserWarning	sajith	sajith	"When running the test suite, !BeautifulSoup prints these warnings:

{{{
.tox/py/lib/python2.7/site-packages/allmydata/test/test_checker.py:147:
GuessedAtParserWarning: No parser was explicitly specified, so
I'm using the best available HTML parser for this
system (""html5lib""). This usually isn't a problem, but if you run
this code on another system, or in a different virtual
environment, it may use a different parser and behave
differently.

The code that caused this warning is on line 147 of the file
.tox/py/lib/python2.7/site-packages/allmydata/test/test_checker.py. To
get rid of this warning, pass the additional argument
'features=""html5lib""' to the BeautifulSoup constructor.
}}}

{{{
.tox/py/lib/python2.7/site-packages/allmydata/test/web/test_common.py:163:
GuessedAtParserWarning: No parser was explicitly specified, so
I'm using the best available HTML parser for this
system (""html5lib""). This usually isn't a problem, but if you run
this code on another system, or in a different virtual
environment, it may use a different parser and behave
differently.

The code that caused this warning is on line 163 of the file
.tox/py/lib/python2.7/site-packages/allmydata/test/web/test_common.py. To
get rid of this warning, pass the additional argument
'features=""html5lib""' to the BeautifulSoup constructor.
}}}

See [[https://github.com/tahoe-lafs/tahoe-lafs/runs/1538945901#step:8:960|this]], [[https://github.com/tahoe-lafs/tahoe-lafs/runs/1538945901#step:8:966|this]], and [[https://github.com/tahoe-lafs/tahoe-lafs/runs/1538945901#step:8:2763|this]] for examples from CI runs.
"	defect	closed	normal	undecided	dev-infrastructure	n/a	fixed	review-needed		
