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

Last updated: January 12,2025

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

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

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

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

Please follow the guidance below to uninstall python3-pytest-regressions.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:21:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pytest-regressions
Version : 2.5.0
Release : 1.fc39
Architecture : noarch
Size : 61 k
Source : python-pytest-regressions-2.5.0-1.fc39.src.rpm
Repository : fedora
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.