Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils.parse: fix libxml2 2.12.0 compatibility #5682

Merged

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
21 checks passed
@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