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
Mark url method of live_server fixture as deprecated
The `live_server.url` method is not used any more, so mark it as
deprecated. The better way to get live server URL is via `flask.url_for`
function.
Explicitly emit DeprecationWarning when the `live_server.url` is called.
Update test suite to remove any deprecated `live_server.url()` calls.
0 commit comments