-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
https://pypi.org/project/Werkzeug/1.0.0/ was release 2020-02-06 and it breaks our tests.
There are about 5 instances where we use werkzeug.BaseResponse (all in tests) but the API is now deprecated (werkzeug.wrappers.BaseResponse may be what we want).
Do note that this should impact CI, too, very soon (
| werkzeug >= 0.11.15 |