|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.4.1
|
|
|
|
Version: 1.4.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: py.test plugin to abort hanging tests
|
|
|
|
Summary: py.test plugin to abort hanging tests
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -15,6 +15,7 @@ BuildRequires: python3-devel
|
|
|
|
BuildRequires: %{py3_dist pexpect}
|
|
|
|
BuildRequires: %{py3_dist pexpect}
|
|
|
|
BuildRequires: %{py3_dist pytest} >= 3.6.0
|
|
|
|
BuildRequires: %{py3_dist pytest} >= 3.6.0
|
|
|
|
BuildRequires: %{py3_dist pytest-cov}
|
|
|
|
BuildRequires: %{py3_dist pytest-cov}
|
|
|
|
|
|
|
|
BuildRequires: %{py3_dist setuptools}
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
This is a plugin which will terminate tests after a certain timeout. When doing
|
|
|
|
This is a plugin which will terminate tests after a certain timeout. When doing
|
|
|
@ -40,7 +41,7 @@ Summary: %{summary}
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{python3_version}
|
|
|
|
%pytest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
@ -50,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
|
|
|
|
%{python3_sitelib}/__pycache__/pytest_timeout*
|
|
|
|
%{python3_sitelib}/__pycache__/pytest_timeout*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Scott Talbert <swt@techie.net> - 1.4.1-2
|
|
|
|
|
|
|
|
- Add missing BR for setuptools
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 16 2020 Scott Talbert <swt@techie.net> - 1.4.1-1
|
|
|
|
* Tue Jun 16 2020 Scott Talbert <swt@techie.net> - 1.4.1-1
|
|
|
|
- Update to new upstream release 1.4.1 (#1846923)
|
|
|
|
- Update to new upstream release 1.4.1 (#1846923)
|
|
|
|
- Modernize packaging
|
|
|
|
- Modernize packaging
|
|
|
|