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

Last updated: October 07,2024

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

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

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

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

Here is a brief guide to show you how to uninstall python3-pytest-regressions.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:43:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-pytest-regressions
Version : 2.4.2
Release : 3.fc38
Architecture : noarch
Size : 61 k
Source : python-pytest-regressions-2.4.2-3.fc38.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.