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

Last updated: October 06,2024

1. Install "python3-pytest-param-files.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-pytest-param-files.noarch

2. Uninstall "python3-pytest-param-files.noarch" package

Please follow the steps below to uninstall python3-pytest-param-files.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pytest-param-files.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:39:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-param-files
Version : 0.3.4
Release : 3.el9
Architecture : noarch
Size : 18 k
Source : python-pytest-param-files-0.3.4-3.el9.src.rpm
Repository : epel
Summary : Create pytest parametrize decorators from external files
URL : https://pypi.org/project/pytest_param_files/
License : MIT
Description : A package to generate parametrized pytests from external files.
: Create a text file with the dot format, then use the `param_file` pytest marker
: to create a parametrized test.