- Update to v0.2.2

* The plugin is now aware of the ``run_slow`` and ``run_hugemem``
    options introduced in ``pytest-astropy`` version 0.10.0. [#48]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy-header?expand=0&rev=14
This commit is contained in:
2022-10-27 17:25:26 +00:00
committed by Git OBS Bridge
parent 3dfaadc567
commit b97b3b6d55
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1c758070b8a3a06dcffee1a4c91662922160bc26b5f8f044346ce8440a4dfb8
size 10224

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77891101c94b75a8ca305453b879b318ab6001b370df02be2c0b6d1bb322db10
size 9914

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 27 17:23:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v0.2.2
* The plugin is now aware of the ``run_slow`` and ``run_hugemem``
options introduced in ``pytest-astropy`` version 0.10.0. [#48]
-------------------------------------------------------------------
Sun Mar 13 08:25:07 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -25,10 +25,9 @@
%bcond_with test
%endif
%define modname pytest-astropy-header
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-%{modname}%{psuffix}
Version: 0.2.1
Version: 0.2.2
Release: 0
Summary: Pytest plugin to add diagnostic information to the header of the test output
License: BSD-3-Clause
@@ -46,6 +45,8 @@ BuildRequires: %{python_module astropy >= 4.0}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest >= 4.6}
%endif
Provides: python-pytest_astropy_header = %{version}-%{release}
BuildArch: noarch
%python_subpackages
%description