How to Install and Uninstall python3-proboscis Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-proboscis" package

Please follow the guidance below to install python3-proboscis on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-proboscis

2. Uninstall "python3-proboscis" package

Please follow the step by step instructions below to uninstall python3-proboscis on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-proboscis $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-proboscis package on Ubuntu 21.10 (Impish Indri)

Package: python3-proboscis
Architecture: all
Version: 1.2.6.0-5
Priority: optional
Section: universe/python
Source: python-proboscis
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 95
Depends: python3:any
Filename: pool/universe/p/python-proboscis/python3-proboscis_1.2.6.0-5_all.deb
Size: 19144
MD5sum: 98daaca252a46816283f141ab4a39ced
SHA1: e18360e2fb592dd1bc92446463be1ff73fc73c4d
SHA256: e9c3131a05a9365a0b3abd6da7df8a0a57bb8e9c347dba5cb355673a628b2c36
SHA512: 530930d788098e373c43f5365e7d5843724a69f74583255d4ed156261caea3535b1adb2dca3a31bab29f28ea03dab1ad3ca4cf0753c20df0e5abae36cc75a5e2
Homepage: https://github.com/rackerlabs/python-proboscis
Description-en: extends Nose with certain TestNG like features - Python 3.x
Proboscis is a Python test framework that extends Python's built-in unittest
module and Nose with features from TestNG.
.
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use.
.
Features:
* Uses decorators instead of naming conventions.
* Allows for TestNG style test methods, in which a class is initialized once,
as an alternative to using class fields.
* Allows for explicit test dependencies and skipping of dependent tests on
failures.
* Runs xUnit style clases if desired or needed for backwards compatibility.
* Uses Nose if available (but doesn't require it), and works with many of
its plugins.
* Runs in IronPython and Jython (although if you're targeting the JVM you
should consider using TestNG instead).
.
This package provides the Python 3.x module.
Description-md5: 5a4dcf228acce00faf6a7eb75240c7a2