How to Install and Uninstall python3-pytest-param-files.noarch Package on Fedora 39

Last updated: March 01,2025

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

Please follow the instructions below to install python3-pytest-param-files.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the python3-pytest-param-files.noarch package on Fedora 39

Last metadata expiration check: 4:43:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pytest-param-files
Version : 0.3.4
Release : 5.fc39
Architecture : noarch
Size : 20 k
Source : python-pytest-param-files-0.3.4-5.fc39.src.rpm
Repository : fedora
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.