How To Install python3-pytest-harvest on Fedora 36

In this tutorial we learn how to install python3-pytest-harvest in Fedora 36. python3-pytest-harvest is Store data created during test execution and retrieve it at the end

Introduction

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

What is python3-pytest-harvest

Store data created during test execution and retrieve it at the end.

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

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

sudo dnf -y install python3-pytest-harvest

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

sudo yum -y install python3-pytest-harvest

How To Uninstall python3-pytest-harvest on Fedora 36

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

sudo dnf remove python3-pytest-harvest

python3-pytest-harvest Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pytest_harvest
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/pytest_harvest-1.10.3.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pytest_harvest/__init__.py
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/fixture_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/fixture_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/newhooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/newhooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/results_bags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/results_bags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/results_session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/results_session.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/xdist_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/__pycache__/xdist_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_harvest/_version.py
/usr/lib/python3.10/site-packages/pytest_harvest/common.py
/usr/lib/python3.10/site-packages/pytest_harvest/fixture_cache.py
/usr/lib/python3.10/site-packages/pytest_harvest/newhooks.py
/usr/lib/python3.10/site-packages/pytest_harvest/plugin.py
/usr/lib/python3.10/site-packages/pytest_harvest/py.typed
/usr/lib/python3.10/site-packages/pytest_harvest/results_bags.py
/usr/lib/python3.10/site-packages/pytest_harvest/results_session.py
/usr/lib/python3.10/site-packages/pytest_harvest/xdist_api.py
/usr/share/doc/python3-pytest-harvest
/usr/share/doc/python3-pytest-harvest/README.md
/usr/share/licenses/python3-pytest-harvest
/usr/share/licenses/python3-pytest-harvest/LICENSE

References

Summary

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