Fix 1714212 - failing test - prevent rebuild

This commit is contained in:
Fabien Boucher 2020-06-16 14:17:43 +02:00
commit fc5f60c441
2 changed files with 61 additions and 2 deletions

View file

@ -2,12 +2,13 @@
Name: python-%{pypi_name}
Version: 3.5.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: In-process task scheduler with Cron-like capabilities
License: MIT
URL: https://pypi.python.org/pypi/%{pypi_name}
Source0: https://pypi.python.org/packages/source/A/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
Patch0: 0001-use-pytest.param-in-parametrize-decorator.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -48,7 +49,7 @@ BuildRequires: python3-sphinx
Documentation of the Advanced Python Scheduler library.
%prep
%autosetup -n %{pypi_name}-%{version}
%autosetup -p1 -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info
%build
@ -79,6 +80,9 @@ export TZ=UTC
%doc docs/_build/html
%changelog
* Tue Jun 16 2020 Fabien Boucher <fboucher@redhat.com> - 3.5.3-4
- Patch to fix #1714212 due to marks in pytest.mark.parametrize deprecated
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild