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

Last updated: November 30,2024

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

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

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

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

Learn how to uninstall python3-pytest-datafiles.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:21:49 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pytest-datafiles
Version : 2.0
Release : 12.fc39
Architecture : noarch
Size : 18 k
Source : python-pytest-datafiles-2.0-12.fc39.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.