How to Install and Uninstall python3-pytest-timeout.noarch Package on Fedora 35

Last updated: May 19,2024

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

This tutorial shows how to install python3-pytest-timeout.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall python3-pytest-timeout.noarch on Fedora 35:

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

3. Information about the python3-pytest-timeout.noarch package on Fedora 35

Last metadata expiration check: 3:43:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pytest-timeout
Version : 1.4.2
Release : 5.fc35
Architecture : noarch
Size : 24 k
Source : python-pytest-timeout-1.4.2-5.fc35.src.rpm
Repository : fedora
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.