Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pytest-timeout-2.4.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-pytest-timeout Distribution: openSUSE Tumbleweed
Version: 2.4.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Sep 5 10:35:09 2025
Group: Unspecified Build host: reproducible
Size: 86881 Source RPM: python-pytest-timeout-2.4.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pytest-dev/pytest-timeout/
Summary: Pytest plugin to abort hanging tests
This is a plugin which will terminate tests after a certain timeout.
When doing so it will show a stack dump of all threads running at the
time.  This is useful when running tests under a continuous
integration server or simply if you don't know why the test suite
hangs.

Note that while by default on POSIX systems pytest will continue to
execute the tests after a test has timed, out this is not always
possible.  Often the only sure way to interrupt a hanging test is by
terminating the entire process.  As this is a hard termination
(``os._exit()``) it will result in no teardown, JUnit XML output etc.
But the plugin will ensure you will have the debugging output on
stderr nevertheless, which is the most important part at this stage.

Provides

Requires