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

Last updated: July 06,2024

1. Install "python3-nose_warnings_filters" package

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

$ sudo zypper refresh $ sudo zypper install python3-nose_warnings_filters

2. Uninstall "python3-nose_warnings_filters" package

Please follow the instructions below to uninstall python3-nose_warnings_filters on openSUSE Leap:

$ sudo zypper remove python3-nose_warnings_filters

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

Information for package python3-nose_warnings_filters:
------------------------------------------------------
Repository : Main Repository
Name : python3-nose_warnings_filters
Version : 0.1.5-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 19.1 KiB
Installed : No
Status : not installed
Source package : python-nose_warnings_filters-0.1.5-bp155.2.11.src
Upstream URL : https://github.com/Carreau/nose_warnings_filters
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`.