- Update to 1.1.0:

* Drop Python 3.8 (#57)
  * Export the plugin types at top-level (#60, #61)
  * Add host parameter to aiohttp_server fixture (#63)
- Write out a pytest.ini file to support Pytest 8.4.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-aiohttp?expand=0&rev=14
This commit is contained in:
2025-07-01 02:43:13 +00:00
committed by Git OBS Bridge
parent 378120b7a6
commit a17b119712
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 1 02:42:12 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.1.0:
* Drop Python 3.8 (#57)
* Export the plugin types at top-level (#60, #61)
* Add host parameter to aiohttp_server fixture (#63)
- Write out a pytest.ini file to support Pytest 8.4.
-------------------------------------------------------------------
Mon Oct 2 14:49:24 UTC 2023 - Dirk Müller <dmueller@suse.com>