14
0

Accepting request 527694 from home:tbechtold:branches:devel:languages:python

- Add PR-8.patch . This skips a flaky test during python3 test runs

OBS-URL: https://build.opensuse.org/request/show/527694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testresources?expand=0&rev=12
This commit is contained in:
2017-09-21 09:13:59 +00:00
committed by Git OBS Bridge
parent 3d22f33a65
commit cc286eb37d
3 changed files with 53 additions and 0 deletions

View File

@@ -25,10 +25,13 @@ License: (Apache-2.0 or BSD-3-Clause) and GPL-2.0+
Group: Development/Languages/Python
Url: https://launchpad.net/testresources
Source: https://files.pythonhosted.org/packages/source/t/testresources/testresources-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM PR-8.patch -- https://github.com/testing-cabal/testresources/pull/8.patch
Patch1: PR-8.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module testtools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,6 +46,7 @@ of resources by test cases.
%prep
%setup -q -n testresources-%{version}
%patch1 -p1
%build
%python_build