- Update to 3.6.1:

* Reraise KeyboardInterrupt when running tests under pytest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal 2019-09-12 12:34:51 +00:00 committed by Git OBS Bridge
parent ccc9f36bbb
commit a49a9f23c7
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c24e321b3b4b4a2d323b646acff6738e7601849832f4280864d69f00a6a9869d
size 29523

3
flaky-3.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698
size 29501

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 12 12:33:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6.1:
* Reraise KeyboardInterrupt when running tests under pytest.
-------------------------------------------------------------------
Fri Jul 26 10:48:12 UTC 2019 - pgajdos@suse.com

View File

@ -26,13 +26,17 @@
%bcond_with test
%endif
Name: python-flaky
Version: 3.6.0
Version: 3.6.1
Release: 0
Summary: Plugin for nose or py.test that automatically reruns flaky tests
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/box/flaky
Source: https://files.pythonhosted.org/packages/source/f/flaky/flaky-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module flaky >= %{version}}
BuildRequires: %{python_module genty}
@ -40,10 +44,6 @@ BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
%endif
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description