15
0
forked from pool/python-bindep

- Add patch remove-mock.patch:

* Remove use of external mock module, try unittest.mock first.
- Switch to pyproject macros.
- Actually run the testsuite using pytest. 
- Stop using %python_sitelib/*

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bindep?expand=0&rev=10
This commit is contained in:
2023-03-27 06:49:55 +00:00
committed by Git OBS Bridge
parent 2febc4ba61
commit 5aacca197a
3 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 27 06:49:08 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch remove-mock.patch:
* Remove use of external mock module, try unittest.mock first.
- Switch to pyproject macros.
- Actually run the testsuite using pytest.
- Stop using %python_sitelib/*
-------------------------------------------------------------------
Tue Mar 21 07:08:38 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>