How to Install and Uninstall python3-pytest-param-files.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

This is a short guide on how to install python3-pytest-param-files.noarch on Oracle Linux 9

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

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

This guide let you learn how to uninstall python3-pytest-param-files.noarch on Oracle Linux 9:

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

3. Information about the python3-pytest-param-files.noarch package on Oracle Linux 9

Last metadata expiration check: 3:04:21 ago on Thu Feb 15 07:50:05 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.