14
0

- Add replace-nose.patch which replaces use of nose with the

standard library (gh#erikrose/parsimonious#160)
- Switch from using nose runner to pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsimonious?expand=0&rev=3
This commit is contained in:
2020-04-20 15:59:32 +00:00
committed by Git OBS Bridge
parent 23df77b2b6
commit 2407461e3e
3 changed files with 994 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 20 15:58:03 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add replace-nose.patch which replaces use of nose with the
standard library (gh#erikrose/parsimonious#160)
- Switch from using nose runner to pytest
-------------------------------------------------------------------
Mon Dec 23 05:13:58 UTC 2019 - Martin Herkt <9+suse@cirno.systems>