How to Install and Uninstall python3-requests-mock Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-requests-mock" package

In this section, we are going to explain the necessary steps to install python3-requests-mock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests-mock

2. Uninstall "python3-requests-mock" package

This tutorial shows how to uninstall python3-requests-mock on openSUSE Leap:

$ sudo zypper remove python3-requests-mock

3. Information about the python3-requests-mock package on openSUSE Leap

Information for package python3-requests-mock:
----------------------------------------------
Repository : Main Repository
Name : python3-requests-mock
Version : 1.7.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 130.8 KiB
Installed : No
Status : not installed
Source package : python-requests-mock-1.7.0-1.24.src
Upstream URL : https://github.com/jamielennox/requests-mock
Summary : Module to mock out responses from the requests package
Description :
requests-mock provides a building block to stub out the HTTP requests portions of your testing code.
You should checkout the docs for more information.