How to Install and Uninstall python3-discover Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-discover" package

Please follow the step by step instructions below to install python3-discover on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-discover

2. Uninstall "python3-discover" package

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

$ sudo zypper remove python3-discover

3. Information about the python3-discover package on openSUSE Leap

Information for package python3-discover:
-----------------------------------------
Repository : Main Repository
Name : python3-discover
Version : 0.4.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 58.7 KiB
Installed : No
Status : not installed
Source package : python-discover-0.4.0-bp155.2.10.src
Upstream URL : http://pypi.python.org/pypi/discover/
Summary : Test discovery for unittest. Backported from Python 2.7 for Python 24+
Description :
This is the test discovery mechanism and ``load_tests`` protocol for unittest
backported from Python 2.7 to work with Python 2.4 or more recent (including
Python 3).