15
0

- Add missing BuildRequires on setuptools.

- Add patch remove-external-mock.patch:
  * Remove requirement on external mock module.
- Do not run testsuite with pytest, we already do so with unittest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=42
This commit is contained in:
2025-07-10 02:31:39 +00:00
committed by Git OBS Bridge
parent 5b23e2efb6
commit 33a0092c35
3 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 10 02:30:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on setuptools.
- Add patch remove-external-mock.patch:
* Remove requirement on external mock module.
- Do not run testsuite with pytest, we already do so with unittest.
-------------------------------------------------------------------
Mon Jul 22 11:26:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>