How to Install and Uninstall python2-nose_warnings_filters Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-nose_warnings_filters" package

Please follow the steps below to install python2-nose_warnings_filters on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-nose_warnings_filters

2. Uninstall "python2-nose_warnings_filters" package

Please follow the guidance below to uninstall python2-nose_warnings_filters on openSUSE Leap:

$ sudo zypper remove python2-nose_warnings_filters

3. Information about the python2-nose_warnings_filters package on openSUSE Leap

Information for package python2-nose_warnings_filters:
------------------------------------------------------
Repository : Main Repository
Name : python2-nose_warnings_filters
Version : 0.1.5-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 15,3 KiB
Installed : No
Status : not installed
Source package : python-nose_warnings_filters-0.1.5-bp153.1.15.src
Summary : Nose plugin to inject warning filters during nosetest
Description :
This python-nose plugin works by putting the same arguments as
`warnings.filterwarnings` into `setup.cfg` at the root of a project,
separated each argument by pipes `|`, one filter per line. Whitespace
are stripped.
nose can be told to load a differently named configuration files
with `nosetests -c`.