How to Install and Uninstall python311-pytest-localserver Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python311-pytest-localserver" package

Please follow the steps below to install python311-pytest-localserver on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytest-localserver

2. Uninstall "python311-pytest-localserver" package

This tutorial shows how to uninstall python311-pytest-localserver on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-localserver

3. Information about the python311-pytest-localserver package on openSuSE Tumbleweed

Information for package python311-pytest-localserver:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-localserver
Version : 0.8.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 84.7 KiB
Installed : No
Status : not installed
Source package : python-pytest-localserver-0.8.1-1.2.src
Upstream URL : https://github.com/pytest-dev/pytest-localserver
Summary : Plugin for py.test to test server connections locally
Description :
The pytest-localserver package is a plugin for the `pytest`_ testing framework
which enables you to test server connections locally.
Sometimes `monkeypatching`_ ``urllib2.urlopen()`` just does not cut it, for
instance if you work with ``urllib2.Request``, define your own openers/handlers
or work with ``httplib``. In these cases it may come in handy to have an HTTP
server running locally which behaves just like the real thing. Well, look
no further!

5. The same packages on other Linux Distributions