From 26b5b24344c502d8cd02341afe29e34bcfc727e5e6efdf756d0c0c1d2b4e54fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 20:14:51 +0000 Subject: [PATCH] - update to 2.2.0: * Update _validate_func_only to return None so it can utilize the environment * Add --timeout-disable-debugger-detection flag * Dropped support for Python 2, minimum pytest version upported is 5.0.0. * Fix deprecation warning on Python 3.6. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=22 --- pytest-timeout-2.1.0.tar.gz | 3 --- pytest-timeout-2.2.0.tar.gz | 3 +++ python-pytest-timeout.changes | 12 ++++++++++-- python-pytest-timeout.spec | 4 +--- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 pytest-timeout-2.1.0.tar.gz create mode 100644 pytest-timeout-2.2.0.tar.gz diff --git a/pytest-timeout-2.1.0.tar.gz b/pytest-timeout-2.1.0.tar.gz deleted file mode 100644 index dd6a540..0000000 --- a/pytest-timeout-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9 -size 18386 diff --git a/pytest-timeout-2.2.0.tar.gz b/pytest-timeout-2.2.0.tar.gz new file mode 100644 index 0000000..bb197eb --- /dev/null +++ b/pytest-timeout-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90 +size 16391 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index d882262..f417b1d 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 7 20:11:16 UTC 2023 - Dirk Müller + +- update to 2.2.0: + * Update _validate_func_only to return None so it can utilize the + environment + * Add --timeout-disable-debugger-detection flag + ------------------------------------------------------------------- Fri Apr 21 12:32:02 UTC 2023 - Dirk Müller @@ -29,7 +37,7 @@ Thu Jan 6 01:39:29 UTC 2022 - Steve Kowalik to avoid crash. * Fix pycharm debugger detection so timeouts are not triggered during debugger usage. - * Dropped support for Python 2, minimum pytest version upported is 5.0.0. + * Dropped support for Python 2, minimum pytest version upported is 5.0.0. ------------------------------------------------------------------- Thu Nov 5 14:37:31 UTC 2020 - Marketa Machova @@ -67,7 +75,7 @@ Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup - version update to 1.3.2 - * Fix deprecation warning on Python 3.6. + * Fix deprecation warning on Python 3.6. * Fix pytest 3.7.3 compatibility. ------------------------------------------------------------------- diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 9e1b493..760034f 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -16,12 +16,10 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-pytest-timeout -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Pytest plugin to abort hanging tests License: MIT