17
0

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

- Update to 0.9:
  * Added ``pytest-mock`` as dependency. [#31]
  * Require ``pytest-cov`` 2.3.1 or later. [#41]
  * Require ``pytest-doctestplus`` 0.11.0 or later. [#43]
  * Dropped support for Python 3.6. [#43]

OBS-URL: https://build.opensuse.org/request/show/925840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy?expand=0&rev=15
This commit is contained in:
2021-10-19 18:31:23 +00:00
committed by Git OBS Bridge
parent a83b4a36ce
commit a62c36b966
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 17 13:13:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.9:
* Added ``pytest-mock`` as dependency. [#31]
* Require ``pytest-cov`` 2.3.1 or later. [#41]
* Require ``pytest-doctestplus`` 0.11.0 or later. [#43]
* Dropped support for Python 3.6. [#43]
-------------------------------------------------------------------
Fri May 28 02:38:48 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>