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