15
0

- Add remove_nose.patch to eliminate nose dependency. The patch

is not very good, it still skips plenty of yield tests (which
  were ignored even before, so it is not even a regression).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=20
This commit is contained in:
2020-09-14 15:12:33 +00:00
committed by Git OBS Bridge
parent 3f9d7d9c4b
commit 1d328b93fb
3 changed files with 139 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 14 15:10:37 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add remove_nose.patch to eliminate nose dependency. The patch
is not very good, it still skips plenty of yield tests (which
were ignored even before, so it is not even a regression).
-------------------------------------------------------------------
Fri Aug 14 03:29:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com>