1
0

Accepting request 817699 from devel:languages:python

- Do not disable py2 build for Leap
- Use pytest directly, pytest-runner is deprecated upstream

OBS-URL: https://build.opensuse.org/request/show/817699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cerberus?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-06-30 19:54:30 +00:00 committed by Git OBS Bridge
commit 9f59e076e6
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 29 11:43:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not disable py2 build for Leap
- Use pytest directly, pytest-runner is deprecated upstream
-------------------------------------------------------------------
Sat Jun 20 08:15:08 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-Cerberus
Version: 1.3.2
Release: 0
@ -29,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/C/Cerberus/Cerber
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION tests
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
BuildArch: noarch
@ -52,9 +51,7 @@ validation.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%{python_expand rm -rf _build*/ build/
$python setup.py test
}
%pytest
%files %{python_files}
%doc README.rst UPGRADING.rst AUTHORS