From: DongHun Kwak Date: Mon, 12 Apr 2021 06:19:31 +0000 (+0900) Subject: Bump to python3-pytest-rerunfailures 9.1.1 X-Git-Tag: accepted/tizen/unified/x/20240627.090321~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f28b0465401b82e4c99114fdad7cbad8d665b63;p=platform%2Fupstream%2Fpython3-pytest-rerunfailures.git Bump to python3-pytest-rerunfailures 9.1.1 Signed-off-by: DongHun Kwak --- diff --git a/packaging/python3-pytest-rerunfailures.manifest b/packaging/python3-pytest-rerunfailures.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python3-pytest-rerunfailures.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-pytest-rerunfailures.spec b/packaging/python3-pytest-rerunfailures.spec new file mode 100644 index 0000000..b26c2d6 --- /dev/null +++ b/packaging/python3-pytest-rerunfailures.spec @@ -0,0 +1,35 @@ +Name: python3-pytest-rerunfailures +Version: 9.1.1 +Release: 1 +Summary: pytest-rerunfailures is a plugin for pytest +License: MPL-2.0 +Group: Development/Languages/Python +Source: pytest-rerunfailures-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: pkgconfig(python3) +BuildRequires: python3-setuptools + +BuildArch: noarch + +%description +pytest-rerunfailures is a plugin for pytest that re-runs tests to eliminate intermittent failures. + + +%prep +%setup -q -n pytest-rerunfailures-%{version} + +%build +cp %{SOURCE1001} . +%{_bindir}/python3 setup.py build + +%install +%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%manifest %{name}.manifest +%license LICENSE +%{python3_sitelib}/pytest_rerunfailures.py +%{python3_sitelib}/__pycache__/pytest_rerunfailures.cpython-*.pyc +%{python3_sitelib}/pytest_rerunfailures-%{version}-py%{python3_version}.egg-info/* +