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

Last updated: June 03,2024

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

This guide let you learn how to install python3-pytest-datafiles.noarch on Fedora 38

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

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

This guide let you learn how to uninstall python3-pytest-datafiles.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:43:39 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pytest-datafiles
Version : 2.0
Release : 10.fc38
Architecture : noarch
Size : 18 k
Source : python-pytest-datafiles-2.0-10.fc38.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.