* Fix compatibility with ``Flask 3.0`` -- the consequence is
that the deprecated and incompatible ``request_ctx`` has been
removed.
* Fix bug in ``:meth:pytest_flask.fixtures.live_server``
* where ``SESSION_COOKIE_DOMAIN`` was set to false due to
* ``original_server_name`` defaulting to "localhost".
* The new default is "localhost.localdomain".
* Drop support for python 3.6 and 3.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=9
* Remove deprecated ``:meth:live_server.url``
* fixture ``request_ctx is now deprecated``
and will be removed in the future
* ``JSONReponse.json`` removed in favour of
``Werkzeug.wrappers.Response.json``
* Speedup live server start time. Use `socket` instead of
server pulling to check server availability and add new
``--live-server-wait`` option to set the live server wait
timeout.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=7