- add test_flaky.patch to fix gerkhin reporter test flakinness

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=8
This commit is contained in:
2020-03-10 09:46:17 +00:00
committed by Git OBS Bridge
parent 9becbde83e
commit 08acadae52
3 changed files with 35 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-bdd
Source: https://github.com/pytest-dev/pytest-bdd/archive/%{version}.tar.gz#/pytest-bdd-%{version}.tar.gz
Patch0: test_flaky.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -74,6 +75,7 @@ containing the side effects of the Gherkin imperative declarations.
%prep
%setup -q -n pytest-bdd-%{version}
%patch0 -p1
sed -i '/tox/d' setup.py
%build