17
0

Accepting request 827040 from home:jayvdb:py-submit

Replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/827040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-08-17 06:23:32 +00:00
committed by Git OBS Bridge
parent 0ebd42d622
commit 94f503d199
2 changed files with 14 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 16 13:34:27 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Use modernize to fix Python 2 only syntax in runtime code
- Re-activate test suite by switching from nose to pytest
- Tidy spec
-------------------------------------------------------------------
Tue Dec 4 12:48:18 UTC 2018 - Matej Cepl <mcepl@suse.com>