How to Install and Uninstall python3-pytest-timeout.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-pytest-timeout.noarch" package

This guide covers the steps necessary to install python3-pytest-timeout.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pytest-timeout.noarch

2. Uninstall "python3-pytest-timeout.noarch" package

This guide covers the steps necessary to uninstall python3-pytest-timeout.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pytest-timeout.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-timeout.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:11:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-timeout
Version : 1.4.2
Release : 7.el9
Architecture : noarch
Size : 29 k
Source : python-pytest-timeout-1.4.2-7.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : py.test plugin to abort hanging tests
URL : https://github.com/pytest-dev/pytest-timeout
License : MIT
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.