How To Install python3-nose-testconfig on Fedora 36

In this tutorial we learn how to install python3-nose-testconfig in Fedora 36. python3-nose-testconfig is Test configuration plugin for nosetests for Python3

Introduction

In this tutorial we learn how to install python3-nose-testconfig on Fedora 36.

What is python3-nose-testconfig

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 PyYAML <http - INI (via ConfigParser <http - Pure Python (via Exec) - JSON (via JSON <http This is the Python 3 version of the package.

We can use yum or dnf to install python3-nose-testconfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-nose-testconfig.

Install python3-nose-testconfig on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-nose-testconfig using dnf by running the following command:

sudo dnf -y install python3-nose-testconfig

Install python3-nose-testconfig on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-nose-testconfig using yum by running the following command:

sudo yum -y install python3-nose-testconfig

How To Uninstall python3-nose-testconfig on Fedora 36

To uninstall only the python3-nose-testconfig package we can use the following command:

sudo dnf remove python3-nose-testconfig

python3-nose-testconfig Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/__pycache__/testconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/testconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/nose_testconfig-0.10-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/testconfig.py
/usr/share/doc/python3-nose-testconfig
/usr/share/doc/python3-nose-testconfig/ACKS
/usr/share/doc/python3-nose-testconfig/TODO
/usr/share/doc/python3-nose-testconfig/index.txt
/usr/share/licenses/python3-nose-testconfig
/usr/share/licenses/python3-nose-testconfig/LICENSE-2.0

References

Summary

In this tutorial we learn how to install python3-nose-testconfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).