14
0

Accepting request 927765 from home:pgajdos:python

- %check: drop usage of nose, use %pytest macro for testing
- added patches
  fix https://github.com/wolever/pprintpp/pull/28
  + python-pprintpp-remove-nose.patch

OBS-URL: https://build.opensuse.org/request/show/927765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pprintpp?expand=0&rev=8
This commit is contained in:
2021-10-27 19:28:35 +00:00
committed by Git OBS Bridge
parent b3f1df4a55
commit 035ee0128b
3 changed files with 304 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 26 11:38:48 UTC 2021 - pgajdos@suse.com
- %check: drop usage of nose, use %pytest macro for testing
- added patches
fix https://github.com/wolever/pprintpp/pull/28
+ python-pprintpp-remove-nose.patch
-------------------------------------------------------------------
Wed May 20 07:26:15 UTC 2020 - Petr Gajdos <pgajdos@suse.com>