forked from pool/python-pytest-salt-factories
- Update to 1.0.5:
* Support pytest 8.4+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-salt-factories?expand=0&rev=14
This commit is contained in:
BIN
pytest_salt_factories-1.0.4.tar.gz
(Stored with Git LFS)
BIN
pytest_salt_factories-1.0.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pytest_salt_factories-1.0.5.tar.gz
Normal file
3
pytest_salt_factories-1.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13e020a938292ffc33d2247c5d094a532c53fd89d3ecb70bcda98f15d7846bc7
|
||||||
|
size 171553
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 01:44:28 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.0.5:
|
||||||
|
* Support pytest 8.4+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 11:22:32 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Apr 10 11:22:32 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-salt-factories
|
# spec file for package python-pytest-salt-factories
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _version 1.0.4
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%else
|
%else
|
||||||
@@ -24,12 +23,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-pytest-salt-factories
|
Name: python-pytest-salt-factories
|
||||||
Version: %{_version}
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest plugin for testing Salt
|
Summary: A pytest plugin for testing Salt
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://pytest-salt-factories.readthedocs.io/en/latest/
|
URL: https://pytest-salt-factories.readthedocs.io/en/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pytest-salt-factories/pytest_salt_factories-%{_version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pytest-salt-factories/pytest_salt_factories-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE fix_unit_tests.patch this patch is removing the workaround in the unit test implementation so the test can pass when using our openSUSE Salt 3006.0 package
|
# PATCH-FIX-OPENSUSE fix_unit_tests.patch this patch is removing the workaround in the unit test implementation so the test can pass when using our openSUSE Salt 3006.0 package
|
||||||
Patch1: fix_unit_tests.patch
|
Patch1: fix_unit_tests.patch
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
@@ -77,7 +76,7 @@ Requires(postun): update-alternatives
|
|||||||
A pytest plugin for testing Salt.
|
A pytest plugin for testing Salt.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n pytest_salt_factories-%{_version}
|
%autosetup -p1 -n pytest_salt_factories-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -88,7 +87,6 @@ A pytest plugin for testing Salt.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
|
||||||
# Run test and exclude some that doesn't work fine in OBS.
|
# Run test and exclude some that doesn't work fine in OBS.
|
||||||
donttest="ssh or echoext"
|
donttest="ssh or echoext"
|
||||||
# Flaky tests for aarch64, ppc, arm
|
# Flaky tests for aarch64, ppc, arm
|
||||||
@@ -125,7 +123,7 @@ python313_donttest=$python312_donttest
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst CHANGELOG.rst
|
%doc README.rst CHANGELOG.rst
|
||||||
%{python_sitelib}/saltfactories
|
%{python_sitelib}/saltfactories
|
||||||
%{python_sitelib}/pytest_salt_factories-%{_version}*-info
|
%{python_sitelib}/pytest_salt_factories-%{version}.dist-info
|
||||||
%python_alternative %{_bindir}/salt-factories
|
%python_alternative %{_bindir}/salt-factories
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user