Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rings:1-MinimalX
python-html5lib
pytest74.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pytest74.patch of Package python-html5lib
Index: html5lib-1.1/html5lib/tests/tokenizer.py =================================================================== --- html5lib-1.1.orig/html5lib/tests/tokenizer.py +++ html5lib-1.1/html5lib/tests/tokenizer.py @@ -246,7 +246,7 @@ class TokenizerTest(pytest.Item): def repr_failure(self, excinfo): traceback = excinfo.traceback ntraceback = traceback.cut(path=__file__) - excinfo.traceback = ntraceback.filter() + excinfo.traceback = ntraceback.filter(excinfo) return excinfo.getrepr(funcargs=True, showlocals=False, Index: html5lib-1.1/html5lib/tests/tree_construction.py =================================================================== --- html5lib-1.1.orig/html5lib/tests/tree_construction.py +++ html5lib-1.1/html5lib/tests/tree_construction.py @@ -135,7 +135,7 @@ class ParserTest(pytest.Item): def repr_failure(self, excinfo): traceback = excinfo.traceback ntraceback = traceback.cut(path=__file__) - excinfo.traceback = ntraceback.filter() + excinfo.traceback = ntraceback.filter(excinfo) return excinfo.getrepr(funcargs=True, showlocals=False,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor