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

Last updated: June 03,2024

1. Install "python3-pytest-flake8-path.noarch" package

This is a short guide on how to install python3-pytest-flake8-path.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pytest-flake8-path.noarch

2. Uninstall "python3-pytest-flake8-path.noarch" package

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

$ sudo dnf remove python3-pytest-flake8-path.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:22:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pytest-flake8-path
Version : 1.5.0
Release : 1.fc39
Architecture : noarch
Size : 16 k
Source : python-pytest-flake8-path-1.5.0-1.fc39.src.rpm
Repository : fedora
Summary : A pytest fixture for testing flake8 plugins
URL : https://github.com/adamchainz/pytest-flake8-path
License : MIT
Description : pytest-flake8-path is the successor to pytest-flake8dir. pytest-flake8dir was
: based upon pytest’s tmpdir fixture, which returned a legacy py.path.local
: object. Since version 3.9.0, pytest has provided the tmp_path fixture, which
: returns a standard library pathlib.Path object. pytest-flake8-path is a
: rewrite of pytest-flake8dir to use tmp_path instead of tmpdir.