How To Install python3-pytest-remotedata on Fedora 36

In this tutorial we learn how to install python3-pytest-remotedata in Fedora 36. python3-pytest-remotedata is The py.test remotedata plugin

Introduction

In this tutorial we learn how to install python3-pytest-remotedata on Fedora 36.

What is python3-pytest-remotedata

This package provides a plugin for the pytest framework that allows developers to control unit tests that require access to data from the internet. Many software packages provide features that require access to data from the internet. These features need to be tested, but unit tests that access the internet can dominate the overall runtime of a test suite. The pytest-remotedata plugin allows developers to indicate which unit tests require access to the internet, and to control when and whether such tests should execute as part of any given run of the test suite.

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

Install python3-pytest-remotedata 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-pytest-remotedata using dnf by running the following command:

sudo dnf -y install python3-pytest-remotedata

Install python3-pytest-remotedata 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-pytest-remotedata using yum by running the following command:

sudo yum -y install python3-pytest-remotedata

How To Uninstall python3-pytest-remotedata on Fedora 36

To uninstall only the python3-pytest-remotedata package we can use the following command:

sudo dnf remove python3-pytest-remotedata

python3-pytest-remotedata Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pytest_remotedata
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pytest_remotedata-0.3.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pytest_remotedata/__init__.py
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/disable_internet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/disable_internet.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_remotedata/disable_internet.py
/usr/lib/python3.10/site-packages/pytest_remotedata/plugin.py
/usr/lib/python3.10/site-packages/pytest_remotedata/version.py
/usr/share/doc/python3-pytest-remotedata
/usr/share/doc/python3-pytest-remotedata/CHANGES.rst
/usr/share/doc/python3-pytest-remotedata/README.rst
/usr/share/licenses/python3-pytest-remotedata
/usr/share/licenses/python3-pytest-remotedata/LICENSE.rst

References

Summary

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