forked from pool/python-pytest-docker
- 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
- Initial Package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-docker?expand=0&rev=4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-docker
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-docker
|
||||
Version: 3.1.1
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Simple pytest fixtures for Docker and Docker Compose based tests
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user