From fef9699079598a4dff0a1311bccf00f7748e4785a053963dcc7c09ce60fab373 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Jul 2025 15:24:46 +0000 Subject: [PATCH] - remove python-jenkins from test requirements (jenkins tests are not run) - Don't use %_libdir to discover where apache2 is living. - Drop mock BuildRequires, it is not required. - use pytest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=25 --- python-pytest-server-fixtures.changes | 12 +++++++++--- python-pytest-server-fixtures.spec | 2 -- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-pytest-server-fixtures.changes b/python-pytest-server-fixtures.changes index 1113359..59d42d2 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 14 15:24:24 UTC 2025 - Dirk Müller + +- remove python-jenkins from test requirements (jenkins tests + are not run) + ------------------------------------------------------------------- Mon Feb 17 03:14:35 UTC 2025 - Steve Kowalik -- Don't use %_libdir to discover where apache2 is living. +- Don't use %_libdir to discover where apache2 is living. ------------------------------------------------------------------- Tue Feb 4 04:07:03 UTC 2025 - Steve Kowalik @@ -74,7 +80,7 @@ Thu Apr 21 20:21:33 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Mon Mar 21 04:29:05 UTC 2022 - Steve Kowalik -- Drop mock BuildRequires, it is not required. +- Drop mock BuildRequires, it is not required. ------------------------------------------------------------------- Sun Oct 17 17:03:09 UTC 2021 - Ben Greiner @@ -96,7 +102,7 @@ Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal ------------------------------------------------------------------- Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup -- use pytest macro +- use pytest macro ------------------------------------------------------------------- Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg diff --git a/python-pytest-server-fixtures.spec b/python-pytest-server-fixtures.spec index 5b5d15f..df5ffde 100644 --- a/python-pytest-server-fixtures.spec +++ b/python-pytest-server-fixtures.spec @@ -50,7 +50,6 @@ Suggests: python-docker Suggests: python-kubernetes Suggests: python-psycopg2 Suggests: python-pymongo >= 3.6.0 -Suggests: python-python-jenkins Suggests: python-redis Suggests: redis Suggests: xauth @@ -67,7 +66,6 @@ BuildRequires: %{python_module pymongo >= 3.6.0} BuildRequires: %{python_module pytest-fixture-config} BuildRequires: %{python_module pytest-shutil} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-jenkins} BuildRequires: %{python_module redis} BuildRequires: %{python_module requests} BuildRequires: %{python_module retry}