Changelog for
python3-pytest-flask-1.2.0-2.1.noarch.rpm :
* Sun May 14 2023 dmuellerAATTsuse.com- update to 1.2.0:
* 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.
* Mon Mar 16 2020 tchvatalAATTsuse.com- Update to 1.0.0:
* live_server is now session-scoped by default.
* pytest 5.2 or later is now required.
* Python 2.7 and 3.4 are no longer supported.
* Thu Feb 20 2020 tchvatalAATTsuse.com- Update to 0.15.1:
* Fix ImportError with Werkzeug 1.0.0rc1 (#105).
* Fri Jul 19 2019 sean.marlowAATTsuse.com- Update to v0.15.0 (2019-07-19) + Initial release.