15
0

- Update to 0.7.1:

- calling `setUp` and `tearDown` in parameterized classesq
- Add skip_Documentation_tests.patch to skip over test cases,
  failing with Python 3.8. gh#wolever/parameterized#84

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=14
This commit is contained in:
2019-12-05 15:15:14 +00:00
committed by Git OBS Bridge
parent 1fd3449c50
commit 7d01845bb4
5 changed files with 41 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 5 15:52:40 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to 0.7.1:
- calling `setUp` and `tearDown` in parameterized classesq
- Add skip_Documentation_tests.patch to skip over test cases,
failing with Python 3.8. gh#wolever/parameterized#84
-------------------------------------------------------------------
Tue Nov 5 09:31:02 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>