How to Install and Uninstall python3-pytest-datafiles.noarch Package on Fedora 34

Last updated: September 30,2024

1. Install "python3-pytest-datafiles.noarch" package

Please follow the steps below to install python3-pytest-datafiles.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pytest-datafiles.noarch

2. Uninstall "python3-pytest-datafiles.noarch" package

This is a short guide on how to uninstall python3-pytest-datafiles.noarch on Fedora 34:

$ sudo dnf remove python3-pytest-datafiles.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-datafiles.noarch package on Fedora 34

Last metadata expiration check: 1:24:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-datafiles
Version : 2.0
Release : 4.fc34
Architecture : noarch
Size : 18 k
Source : python-pytest-datafiles-2.0-4.fc34.src.rpm
Repository : fedora
Summary : A pytest plugin to create a 'tmpdir' containing predefined content
URL : https://github.com/omarkohl/pytest-datafiles
License : MIT
Description : This plugin allows you to specify one or several files/directories that are
: copied to a temporary directory (tmpdir) before the execution of the test.
: This means the original files are not modified and every test runs on its
: own version of the same files.