forked from pool/python-pytest-astropy-header
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1c758070b8a3a06dcffee1a4c91662922160bc26b5f8f044346ce8440a4dfb8
|
|
||||||
size 10224
|
|
||||||
3
pytest-astropy-header-0.2.2.tar.gz
Normal file
3
pytest-astropy-header-0.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77891101c94b75a8ca305453b879b318ab6001b370df02be2c0b6d1bb322db10
|
||||||
|
size 9914
|
||||||
@@ -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>
|
Sun Mar 13 08:25:07 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -25,10 +25,9 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%define modname pytest-astropy-header
|
%define modname pytest-astropy-header
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-%{modname}%{psuffix}
|
Name: python-%{modname}%{psuffix}
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to add diagnostic information to the header of the test output
|
Summary: Pytest plugin to add diagnostic information to the header of the test output
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -46,6 +45,8 @@ BuildRequires: %{python_module astropy >= 4.0}
|
|||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pytest >= 4.6}
|
BuildRequires: %{python_module pytest >= 4.6}
|
||||||
%endif
|
%endif
|
||||||
|
Provides: python-pytest_astropy_header = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user