Files
python-pytest-docker/python-pytest-docker.changes
Steve Kowalik 4de35c4048 - Update to 3.2.3:
* Fix mypy error in the plugin
  * fix: docker host doesn't need to start with tcp://

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-docker?expand=0&rev=6
2025-07-04 07:51:34 +00:00

25 lines
895 B
Plaintext

-------------------------------------------------------------------
Fri Jul 4 07:50:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.3:
* Fix mypy error in the plugin
* fix: docker host doesn't need to start with tcp://
-------------------------------------------------------------------
Mon Apr 28 16:38:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.2.1:
* Fix non-existing docker_setup_command into docker_setup
* Make the plugin.Services class available at the base module
level for easier typing
- update to 3.2.0:
* Add option to ignore stderr when executing commands
- update to 3.1.2:
* Document how to use multiple compose files
* docs: Docker compose stack reuse & debug example
-------------------------------------------------------------------
Thu Aug 29 16:14:15 UTC 2024 - Meera Belur <mbelur@suse.com>
- Initial Package