17
0

- update to 0.11.0:

* Dropped ``pytest-openfiles`` as dependency. If you still use
    it, you can install it separately.
  * ``-R`` is added as a short version for the command-line
    option ``--remote-data``. [#55]
  * Require ``pytest-doctestplus`` 1.0.0 or later. [#56]
  * Require ``pytest-remotedata`` 0.4.1 or later. [#56]
  * Require ``pytest-astropy-header`` 0.2.2 or later. [#56]
  * Require ``pytest-arraydiff`` 0.5 or later. [#56]
  * Require ``pytest-filter-subpackage`` 0.1.2 or later. [#56]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy?expand=0&rev=19
This commit is contained in:
2023-10-02 14:52:43 +00:00
committed by Git OBS Bridge
parent 02f185f579
commit 8c0028651e
4 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Oct 2 14:51:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.11.0:
* Dropped ``pytest-openfiles`` as dependency. If you still use
it, you can install it separately.
* ``-R`` is added as a short version for the command-line
option ``--remote-data``. [#55]
* Require ``pytest-doctestplus`` 1.0.0 or later. [#56]
* Require ``pytest-remotedata`` 0.4.1 or later. [#56]
* Require ``pytest-astropy-header`` 0.2.2 or later. [#56]
* Require ``pytest-arraydiff`` 0.5 or later. [#56]
* Require ``pytest-filter-subpackage`` 0.1.2 or later. [#56]
-------------------------------------------------------------------
Thu May 26 16:28:24 UTC 2022 - Ben Greiner <code@bnavigator.de>