From 83a72dc8a3946ccde5ce6f83e2bd0437944785e2300a91526b4d51d6bf628359 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 23 Oct 2021 08:15:29 +0000 Subject: [PATCH] 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 --- python-pytest-filter-subpackage.changes | 5 +++++ python-pytest-filter-subpackage.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pytest-filter-subpackage.changes b/python-pytest-filter-subpackage.changes index 1ac4b23..51d2aec 100644 --- a/python-pytest-filter-subpackage.changes +++ b/python-pytest-filter-subpackage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 22 16:17:21 UTC 2021 - Ben Greiner + +- disable python36 build: pytest-doctestplus dropped support + ------------------------------------------------------------------- Fri Apr 16 15:02:16 UTC 2021 - Ben Greiner diff --git a/python-pytest-filter-subpackage.spec b/python-pytest-filter-subpackage.spec index 531874e..80edaa6 100644 --- a/python-pytest-filter-subpackage.spec +++ b/python-pytest-filter-subpackage.spec @@ -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