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:
parent
104988c2bf
commit
7db8766081
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80faa19cd245a42b87a51699d640c00d937c02b749052bfca6bae8bdbe12c48e
|
|
||||||
size 12255
|
|
3
pytest-timeout-1.4.1.tar.gz
Normal file
3
pytest-timeout-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac
|
||||||
|
size 13804
|
@ -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>
|
Thu Jan 9 08:24:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-timeout
|
Name: python-pytest-timeout
|
||||||
Version: 1.3.4
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to abort hanging tests
|
Summary: Pytest plugin to abort hanging tests
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pexpect}
|
BuildRequires: %{python_module pexpect}
|
||||||
BuildRequires: %{python_module pytest >= 3.6.0}
|
BuildRequires: %{python_module pytest >= 3.6.0}
|
||||||
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user