Skip to content

Conversation

@bastimeyer
Copy link
Member

Resolves #5681

$ python -c 'import lxml.etree;print(lxml.etree.LIBXML_VERSION)'
(2, 12, 0)

$ pytest >/dev/null; echo $?
0
$ python -c 'import lxml.etree;print(lxml.etree.LIBXML_VERSION)'
(2, 10, 3)

$ pytest >/dev/null; echo $?
0

@bastimeyer bastimeyer merged commit 9d8156d into streamlink:master Nov 21, 2023
@bastimeyer bastimeyer deleted the utils/parse/libxml2-2.12-fix branch November 21, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests: tests.utils.test_parse.TestUtilsParse.test_parse_html_xhtml5 failure with libxml2 2.12.0

1 participant