- 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

@@ -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