14
0
forked from pool/python-nose2

- Update to 0.9.2:

* Add --junit-xml-path to the junit plugin argument list
  * It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file
  * Minor changes to be compatible with newer pythons (3.8, 3.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-03-02 13:32:38 +00:00
committed by Git OBS Bridge
parent 39c9aae16f
commit 3c065e78b1
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 2 13:22:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.2:
* Add --junit-xml-path to the junit plugin argument list
* It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file
* Minor changes to be compatible with newer pythons (3.8, 3.9)
-------------------------------------------------------------------
Mon Nov 11 03:25:06 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>