Accepting request 889810 from home:bnavigator:branches:devel:languages:python:pytest

- Update to 0.9.0
  * Declare setuptools runtime dependency. [#93]
  * Add SHOW_WARNINGS flag to show warnings. [#136]
  * Add the doctestplus sphinx extension. [#113]
  * Compatibility with pytest>=6.3 [#140, #141]

OBS-URL: https://build.opensuse.org/request/show/889810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=21
This commit is contained in:
2021-05-02 21:13:10 +00:00
committed by Git OBS Bridge
parent 13281202d5
commit 1c3a7c03d2
4 changed files with 27 additions and 17 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 2 08:42:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.9.0
* Declare setuptools runtime dependency. [#93]
* Add SHOW_WARNINGS flag to show warnings. [#136]
* Add the doctestplus sphinx extension. [#113]
* Compatibility with pytest>=6.3 [#140, #141]
-------------------------------------------------------------------
Tue Aug 25 13:53:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>