$ python -Werror -c 'import werkzeug'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/werkzeug/src/werkzeug/__init__.py", line 2, in <module>
from .test import Client
File "/tmp/werkzeug/src/werkzeug/test.py", line 46, in <module>
from .utils import get_content_type
File "/tmp/werkzeug/src/werkzeug/utils.py", line 303, in <module>
html = HTMLBuilder("html")
File "/tmp/werkzeug/src/werkzeug/utils.py", line 234, in __init__
warnings.warn(
DeprecationWarning: 'utils.HTMLBuilder' is deprecated and will be removed in 2.1.
Environment:
Python version:
Werkzeug version: d7eebd2
This appears to be caused by #1772