Package python3-module-pytest-timeout: Information
Source package: python3-module-pytest-timeout
Version: 1.3.3-alt4
Build time: Jun 28, 2021, 05:22 AM in the task #275986
Category: Development/Python3
Report package bugHome 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.
Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Stanislav Levin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Last changed
Sept. 9, 2020 Stanislav Levin 1.3.3-alt4
- Stopped Python2 package build.
Aug. 9, 2019 Stanislav Levin 1.3.3-alt3
- Fixed testing against Pytest 5.
May 31, 2019 Stanislav Levin 1.3.3-alt2
- Fixed Pytest4.x compatibility errors.