-
Notifications
You must be signed in to change notification settings - Fork 249
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
Test warnings for python3.7 #425
Comments
What version of Bleach is that? Is that master tip? |
I checked and all of these except the html5lib one have been fixed in master. The warning from html5lib was fixed in html5lib/html5lib-python@4f92357 but that hasn't made it into a release, yet. Once that's released, I can update our vendored copy. |
FYI the html5lib issue now raises an |
Also see html5lib/html5lib-python#419 as the issue for a new release of html5lib. Since this is vendored anyway, could it be vendored directly without a release? |
Release 1.1 from html5lib seems to fix this DeprecationWarning: There is no date for the release in the .rst file but it's available on pypi. |
html5lib 1.1 was released to PyPI on Jun 23, 2020: |
With python3.7, I get the following warnings from the test suite:
The text was updated successfully, but these errors were encountered: