How to Install and Uninstall python3-pytest-watch.noarch Package on Fedora 39

Last updated: March 01,2025

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

This tutorial shows how to install python3-pytest-watch.noarch on Fedora 39

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

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

Please follow the steps below to uninstall python3-pytest-watch.noarch on Fedora 39:

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

3. Information about the python3-pytest-watch.noarch package on Fedora 39

Last metadata expiration check: 2:37:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pytest-watch
Version : 4.2.0
Release : 17.fc39
Architecture : noarch
Size : 45 k
Source : python-pytest-watch-4.2.0-17.fc39.src.rpm
Repository : fedora
Summary : Local continuous test runner with pytest and watchdog
URL : https://pypi.python.org/pypi/pytest-watch
License : MIT
Description : A zero-config CLI tool that runs [pytest][], and re-runs it
: when a file in your project changes. It beeps on failures and can run arbitrary
: commands on each passing and failing test run.