How to Install and Uninstall python3-pytest-flake8-path.noarch Package on CentOS Stream 9

Last updated: October 07,2024

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

Here is a brief guide to show you how to install python3-pytest-flake8-path.noarch on CentOS Stream 9

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

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

This guide let you learn how to uninstall python3-pytest-flake8-path.noarch on CentOS Stream 9:

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

3. Information about the python3-pytest-flake8-path.noarch package on CentOS Stream 9

Last metadata expiration check: 2:59:47 ago on Sat Mar 16 16:03:45 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.