Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37504778
en ru br
ALT Linux repos
S:2.1.0-alt1

Group :: Development/Python3
RPM: python3-module-pytest-timeout

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.1.0-alt1
Build date: 20 july 2022, 17:21 ( 92.0 weeks ago )
Size: 19.52 Kb

Home page:   https://pypi.org/project/pytest-timeout/

License: MIT
Summary: pytest plugin which will terminate tests after a certain timeout
Description:

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 py.test 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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-pytest-timeout
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin