- 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
This commit is contained in:
2025-07-14 15:24:46 +00:00
committed by Git OBS Bridge
parent 954bc71d44
commit fef9699079
2 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
-------------------------------------------------------------------
Mon Jul 14 15:24:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
- remove python-jenkins from test requirements (jenkins tests
are not run)
-------------------------------------------------------------------
Mon Feb 17 03:14:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <steven.kowalik@suse.com>
@@ -74,7 +80,7 @@ Thu Apr 21 20:21:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Mon Mar 21 04:29:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Drop mock BuildRequires, it is not required.
- Drop mock BuildRequires, it is not required.
-------------------------------------------------------------------
Sun Oct 17 17:03:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
@@ -96,7 +102,7 @@ Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- use pytest macro
- use pytest macro
-------------------------------------------------------------------
Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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}