You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's where I discovered it's not valid to pass a unicode-string to lxml to decode. It's possible this is sensitive to the locale environment variables.
This is python 3.8 and 3.9 on macos 10.15.
Anyway, we can just skip this test if necessary, just thought it would be useful to note that this test does not pass on all systems.
On macos 10.15, python-gvm 21.6.0, lxml 4.6.3:
I think all that needs to be done here is feed
"bla"
in as a bytestring instead of a unicode string, because of https://lxml.de/FAQ.html#why-can-t-lxml-parse-my-xml-from-unicode-stringsThe text was updated successfully, but these errors were encountered: