How to Install and Uninstall python3-pytest-timeout.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install python3-pytest-timeout.noarch on Rocky Linux 8

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

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

Learn how to uninstall python3-pytest-timeout.noarch on Rocky Linux 8:

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

3. Information about the python3-pytest-timeout.noarch package on Rocky Linux 8

Last metadata expiration check: 0:30:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pytest-timeout
Version : 1.2.1
Release : 4.el8
Architecture : noarch
Size : 21 k
Source : python-pytest-timeout-1.2.1-4.el8.src.rpm
Repository : epel
Summary : py.test plugin to abort hanging tests
URL : https://bitbucket.org/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.