Name: | python3-pytest-timeout |
---|---|
Version: | 2.2.0 |
Release: | 5.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 75753 |
License: | MIT |
RPM: | python3-pytest-timeout-2.2.0-5.el10.noarch.rpm |
Source RPM: | python-pytest-timeout-2.2.0-5.el10.src.rpm |
Build Date: | Wed Jan 29 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/pytest-timeout |
Summary: | py.test plugin to abort hanging tests |
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. |