Accepting request 817707 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 1.4.1
  * Better detection of when we are debugging, thanks Mattwmaster58.

OBS-URL: https://build.opensuse.org/request/show/817707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2020-06-29 12:33:26 +00:00 committed by Git OBS Bridge
parent 104988c2bf
commit 7db8766081
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.4.1
* Better detection of when we are debugging, thanks Mattwmaster58.
-------------------------------------------------------------------
Thu Jan 9 08:24:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-timeout
Version: 1.3.4
Version: 1.4.1
Release: 0
Summary: Pytest plugin to abort hanging tests
License: MIT
@ -26,6 +26,7 @@ URL: https://github.com/pytest-dev/pytest-timeout/
Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pytest >= 3.6.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros