How to Install and Uninstall python3-pytest-timeout Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-pytest-timeout" package

Please follow the guidance below to install python3-pytest-timeout on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-timeout

2. Uninstall "python3-pytest-timeout" package

In this section, we are going to explain the necessary steps to uninstall python3-pytest-timeout on Kali Linux:

$ sudo apt remove python3-pytest-timeout $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-timeout package on Kali Linux

Package: python3-pytest-timeout
Source: python-pytest-timeout
Version: 2.2.0-1
Installed-Size: 61
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3:any
Size: 20052
SHA256: a611378241ebab5d4bcb2b23ae247f7160682dbea5eeb94fb5e36a21eda152e5
SHA1: 562318020bbb0f630ffaafab283bfeff26989efa
MD5sum: 8c576b3c0f752118ddb2d3c67499dcaf
Description: Pytest plugin to abort hanging tests - Python 3.X
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. See below
for detailed information on the timeout methods and their side-effects.
.
The pytest-timeout plugin has been tested on Python 2.6 or higher,
including 3.X and pypy.
.
This package provides support for Python 3.X.
Description-md5:
Homepage: https://github.com/pytest-dev/pytest-timeout
Section: python
Priority: optional
Filename: pool/main/p/python-pytest-timeout/python3-pytest-timeout_2.2.0-1_all.deb