Accepting request 1290627 from devel:languages:python:pytest

- 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/request/show/1290627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-docker?expand=0&rev=3
This commit is contained in:
2025-07-06 15:14:06 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4539be6e1cfbb15973df588f303547cd679ba94bde33331533972cde0b6355b9
size 12513

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea9e21c59d0d84f9df1befcc2d814b4061d8ca7add327149772a73559ae714c9
size 12500

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@@ -18,11 +18,10 @@
%{?sle15_python_module_pythons}
Name: python-pytest-docker
Version: 3.2.1
Version: 3.2.3
Release: 0
Summary: Simple pytest fixtures for Docker and Docker Compose based tests
License: MIT
Group: Development/Languages/Python
URL: https://github.com/avast/pytest-docker
Source: https://github.com/avast/pytest-docker/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module attrs >= 19.2.0}