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

Last updated: October 07,2024

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

This guide let you learn how to install python3-pytest-param-files.noarch on AlmaLinux 9

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

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

This tutorial shows how to uninstall python3-pytest-param-files.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:22:57 ago on Wed Mar 13 07:41:12 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.