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

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-pytest-flake8-path.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall python3-pytest-flake8-path.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:16:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-flake8-path
Version : 1.3.0
Release : 1.el9
Architecture : noarch
Size : 15 k
Source : python-pytest-flake8-path-1.3.0-1.el9.src.rpm
Repository : epel
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.