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

Last updated: April 29,2024

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

This guide let you learn how to install python3-pytest-regressions.noarch on Fedora 34

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

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

This tutorial shows how to uninstall python3-pytest-regressions.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:27:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pytest-regressions
Version : 2.2.0
Release : 1.fc34
Architecture : noarch
Size : 37 k
Source : python-pytest-regressions-2.2.0-1.fc34.src.rpm
Repository : updates
Summary : Pytest fixtures for writing regression tests
URL : https://pytest-regressions.readthedocs.io/
License : MIT
Description : This pytest plugin makes it simple to test general data, images, files,
: and numeric tables by saving *expected* data in a *data directory*
: (courtesy of pytest-datadir) that can be used to verify that future runs
: produce the same data.