15
0
forked from pool/python-ddt

- Update to 1.4.1:

* Remove nose dependency for good
  * Require enum34 for Python 2.x.
  * Improved code comments and renamed the test name format enum class
  * Use enum instead of bool to allow easier future changes
  * Allow index-only test names 
- Switch to using %pytest macro now that nose is not required

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=26
This commit is contained in:
2020-05-28 03:12:57 +00:00
committed by Git OBS Bridge
parent 9d7ad7ce92
commit b2f247f8fb
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 28 03:09:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.4.1:
* Remove nose dependency for good
* Require enum34 for Python 2.x.
* Improved code comments and renamed the test name format enum class
* Use enum instead of bool to allow easier future changes
* Allow index-only test names
- Switch to using %pytest macro now that nose is not required
-------------------------------------------------------------------
Thu Apr 2 10:30:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>