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

Last updated: May 19,2024

1. Install "python3-nose2" package

Please follow the instructions below to install python3-nose2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nose2

2. Uninstall "python3-nose2" package

Please follow the steps below to uninstall python3-nose2 on openSUSE Leap:

$ sudo zypper remove python3-nose2

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

Information for package python3-nose2:
--------------------------------------
Repository : Main Repository
Name : python3-nose2
Version : 0.9.1-3.3.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-nose2-0.9.1-3.3.4.src
Upstream URL : https://github.com/nose-devs/nose2
Summary : Second generation of the "nose" Python testing framework
Description :
nose2 is a new version of the nose unit testing framework,
supporting Python 2.6+ and 3.x, but not 2.4.
nose2 does not need a custom importer anymore and instead imports
modules with __import__. nose2 does not support all of the
test project layouts that nose did, and also does not
support package-level fixtures. Almost all configuration for nose2
is to be done through config files, not command-line options.