How to Install and Uninstall python2-pytest-mock.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python2-pytest-mock.noarch" package

This is a short guide on how to install python2-pytest-mock.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-pytest-mock.noarch

2. Uninstall "python2-pytest-mock.noarch" package

This guide let you learn how to uninstall python2-pytest-mock.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-pytest-mock.noarch $ sudo dnf autoremove

3. Information about the python2-pytest-mock.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:58:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-pytest-mock
Version : 1.9.0
Release : 4.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 22 k
Source : python-pytest-mock-1.9.0-4.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Thin-wrapper around the mock package for easier use with py.test
URL : https://pypi.python.org/pypi/pytest-mock
License : MIT
Description : This plugin installs a mocker fixture which is a thin-wrapper around the
: patching API provided by the mock package, but with the benefit of not having
: to worry about undoing patches at the end of a test.