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

Last updated: May 13,2024

1. Install "python3-nose" package

Please follow the guidance below to install python3-nose on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nose

2. Uninstall "python3-nose" package

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

$ sudo zypper remove python3-nose

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

Information for package python3-nose:
-------------------------------------
Repository : Main Repository
Name : python3-nose
Version : 1.3.7-7.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-nose-1.3.7-7.4.1.src
Upstream URL : http://readthedocs.org/docs/nose/
Summary : Nose extends unittest to make testing easier
Description :
Nose extends the test loading and running features of unittest, making
it easier to write, find and run tests.
By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary
(like "test_this" or "functional_test" or "TestClass" but not
"libtest"). Test output is similar to that of unittest, but also includes
captured stdout output from failing tests, for easy print-style debugging.
These features, and many more, are customizable through the use of
plugins. Plugins included with nose provide support for doctest, code
coverage and profiling, flexible attribute-based test selection,
output capture and more.