diff --git a/pytest-timeout-1.3.4.tar.gz b/pytest-timeout-1.3.4.tar.gz deleted file mode 100644 index 115055f..0000000 --- a/pytest-timeout-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80faa19cd245a42b87a51699d640c00d937c02b749052bfca6bae8bdbe12c48e -size 12255 diff --git a/pytest-timeout-1.4.1.tar.gz b/pytest-timeout-1.4.1.tar.gz new file mode 100644 index 0000000..61adaa2 --- /dev/null +++ b/pytest-timeout-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac +size 13804 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index 66ea3ad..be6db73 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index f4b640e..e65140e 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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