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

Last updated: September 18,2024

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

Learn how to install python3-pytest-mpl.noarch on Fedora 34

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

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

This is a short guide on how to uninstall python3-pytest-mpl.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:16:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pytest-mpl
Version : 0.13
Release : 1.fc34
Architecture : noarch
Size : 28 k
Source : python-pytest-mpl-0.13-1.fc34.src.rpm
Repository : updates
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.