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

- disable python36 build: pytest-doctestplus dropped support

OBS-URL: https://build.opensuse.org/request/show/927018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-filter-subpackage?expand=0&rev=7
This commit is contained in:
2021-10-23 08:15:29 +00:00
committed by Git OBS Bridge
parent 1d2969b202
commit 83a72dc8a3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 22 16:17:21 UTC 2021 - Ben Greiner <code@bnavigator.de>
- disable python36 build: pytest-doctestplus dropped support
-------------------------------------------------------------------
Fri Apr 16 15:02:16 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -16,8 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-pytest-filter-subpackage
Version: 0.1.1
Release: 0
@@ -39,7 +40,7 @@ BuildArch: noarch
%python_subpackages
%description
This package contains a simple plugin for the `pytest`_ framework that provides a
This package contains a simple plugin for the pytest framework that provides a
shortcut to testing all code and documentation for a given sub-package.
%prep