forked from pool/python-pytest-timeout
- update to 2.4.0:
* Detect debuggers registered with sys.monitoring. * Make it clear the timeout message comes from pytest-timeout. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=28
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-timeout
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,12 +19,12 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-timeout
|
||||
Version: 2.3.1
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin to abort hanging tests
|
||||
License: MIT
|
||||
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 pip}
|
||||
BuildRequires: %{python_module pytest >= 7.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -57,7 +57,7 @@ But the plugin will ensure you will have the debugging output on
|
||||
stderr nevertheless, which is the most important part at this stage.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-timeout-%{version}
|
||||
%setup -q -n pytest_timeout-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user