- 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
This commit is contained in:
parent
e11dee1e77
commit
26b5b24344
BIN
pytest-timeout-2.1.0.tar.gz
(Stored with Git LFS)
BIN
pytest-timeout-2.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pytest-timeout-2.2.0.tar.gz
Normal file
3
pytest-timeout-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90
|
||||||
|
size 16391
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 20:11:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Fri Apr 21 12:32:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,12 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-timeout
|
Name: python-pytest-timeout
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to abort hanging tests
|
Summary: Pytest plugin to abort hanging tests
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user