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

Last updated: January 12,2025

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

Please follow the guidance below to install python3-pytest-expect.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall python3-pytest-expect.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:28:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pytest-expect
Version : 1.1.0
Release : 18.fc39
Architecture : noarch
Size : 19 k
Source : python-pytest-expect-1.1.0-18.fc39.src.rpm
Repository : fedora
Summary : py.test plugin to store test expectations and mark tests based on them
URL : https://github.com/gsnedders/pytest-expect
License : MIT
Description : A py.test plugin that stores test expectations by saving the set of failing
: tests, allowing them to be marked as xfail when running them in future.
: The tests expectations are stored such that they can be distributed alongside
: the tests.