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
It happens because we're using request.environ.get("werkzeug.server.shutdown") to clean up the Flask server in the tests, which is now deprecated and raises a warning.
int19h
changed the title
Investigate test failures with flask 2.0
Flask tests fail because werkzeug.server.shutdown is deprecated
May 25, 2021
int19h
added a commit
to int19h/debugpy
that referenced
this issue
May 25, 2021
Flask 2.0 should not break the related tests in the debugger.
The text was updated successfully, but these errors were encountered: