How to Install and Uninstall python-nose-testconfig Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-nose-testconfig" package

In this section, we are going to explain the necessary steps to install python-nose-testconfig on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nose-testconfig

2. Uninstall "python-nose-testconfig" package

This guide covers the steps necessary to uninstall python-nose-testconfig on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-nose-testconfig $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-nose-testconfig package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-nose-testconfig
Priority: optional
Section: universe/python
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.9-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-nose-testconfig/python-nose-testconfig_0.9-1_all.deb
Size: 8044
MD5sum: 8bbcdc1e69a670dcc3c1663f8f1a00ee
SHA1: e852a87e47e2976d5b3b3e94d9004748542deaab
SHA256: 3e6bfe065ff6fabff0d811cd15b1bf32551b1a77d6846a12271f1d04ab455f90
Description-en: test configuration plugin for nosetests
nose-testconfig is a plugin to the nose test framework which provides a
faculty for passing test-specific (or test-run specific) configuration data to
the tests being executed.
.
Currently configuration files in the following formats are supported:
* YAML (via python-yaml)
* INI (via ConfigParser)
* Pure Python (via Exec)
* JSON
.
The plugin is meant to be flexible, ergo the support of exec'ing arbitrary
Python files as configuration files with no checks. The default format is
assumed to be ConfigParser ini-style format.
.
The plugin provides a method of overriding certain parameters from the command
line (assuming that the main "config" object is a dict) and can easily have
additional parsers added to it.
.
A configuration file may not be provided. In this case, the config object is an
emtpy dict. Any command line "overriding" parameters will be added to the dict.
Description-md5: 1526eed90e3889a3f1335159ac0f3a8c
Homepage: https://pypi.python.org/pypi/nose-testconfig
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu