How to Install and Uninstall python3-pytest-mpl.noarch Package on Fedora 35

Last updated: November 28,2024

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

Please follow the guidance below to install python3-pytest-mpl.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall python3-pytest-mpl.noarch on Fedora 35:

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

3. Information about the python3-pytest-mpl.noarch package on Fedora 35

Last metadata expiration check: 5:08:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pytest-mpl
Version : 0.13
Release : 2.fc35
Architecture : noarch
Size : 28 k
Source : python-pytest-mpl-0.13-2.fc35.src.rpm
Repository : fedora
Summary : Pytest plugin for testing figure output from Matplotlib
URL : https://github.com/matplotlib/pytest-mpl
License : BSD
Description : This is a plugin to facilitate image comparison for Matplotlib figures in
: pytest. Matplotlib includes a number of test utilities and decorators, but
: these are geared towards the nose testing framework. Pytest-mpl makes it easy
: to compare figures produced by tests to reference images when using pytest.