How To Install python3-pytest on Rocky Linux 8

In this tutorial we learn how to install python3-pytest on Rocky Linux 8. python3-pytest is Simple powerful testing with Python

Introduction

In this tutorial we learn how to install python3-pytest on Rocky Linux 8.

What is python3-pytest

py.test provides simple, yet powerful testing for Python.

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

Install python3-pytest on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install python3-pytest

Install python3-pytest on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python3-pytest

How To Uninstall python3-pytest on Rocky Linux 8

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

sudo dnf remove python3-pytest

python3-pytest Package Contents on Rocky Linux 8

/usr/bin/py.test-3
/usr/bin/py.test-3.6
/usr/bin/pytest-3
/usr/bin/pytest-3.6
/usr/lib/python3.6/site-packages/__pycache__/pytest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/__pycache__/pytest.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/__pycache__/pytest.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest
/usr/lib/python3.6/site-packages/_pytest/__init__.py
/usr/lib/python3.6/site-packages/_pytest/__pycache__
/usr/lib/python3.6/site-packages/_pytest/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_argcomplete.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_argcomplete.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_argcomplete.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_version.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/cacheprovider.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/cacheprovider.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/cacheprovider.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/capture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/capture.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/capture.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/compat.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/config.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/debugging.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/debugging.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/debugging.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/deprecated.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/deprecated.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/deprecated.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/doctest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/doctest.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/doctest.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/fixtures.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/fixtures.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/fixtures.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/freeze_support.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/freeze_support.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/freeze_support.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/helpconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/helpconfig.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/helpconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/hookspec.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/hookspec.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/hookspec.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/junitxml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/junitxml.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/junitxml.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/logging.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/logging.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/logging.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/main.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/mark.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/mark.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/mark.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/monkeypatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/monkeypatch.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/monkeypatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nodes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nodes.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nodes.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nose.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nose.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/nose.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/outcomes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/outcomes.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/outcomes.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pastebin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pastebin.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pastebin.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pytester.cpython-36-PYTEST.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pytester.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/pytester.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python_api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python_api.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/python_api.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/recwarn.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/recwarn.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/recwarn.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/resultlog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/resultlog.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/resultlog.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/runner.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/runner.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/runner.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setuponly.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setuponly.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setuponly.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setupplan.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setupplan.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/setupplan.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/skipping.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/skipping.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/skipping.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/terminal.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/terminal.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/terminal.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/tmpdir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/tmpdir.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/tmpdir.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/unittest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/unittest.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/unittest.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/warnings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/warnings.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/__pycache__/warnings.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/_argcomplete.py
/usr/lib/python3.6/site-packages/_pytest/_code
/usr/lib/python3.6/site-packages/_pytest/_code/__init__.py
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/_py2traceback.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/_py2traceback.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/code.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/code.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/code.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/source.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/source.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/__pycache__/source.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/_code/_py2traceback.py
/usr/lib/python3.6/site-packages/_pytest/_code/code.py
/usr/lib/python3.6/site-packages/_pytest/_code/source.py
/usr/lib/python3.6/site-packages/_pytest/_version.py
/usr/lib/python3.6/site-packages/_pytest/assertion
/usr/lib/python3.6/site-packages/_pytest/assertion/__init__.py
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/__init__.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/truncate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/truncate.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/truncate.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/util.cpython-36.opt-2.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/_pytest/assertion/rewrite.py
/usr/lib/python3.6/site-packages/_pytest/assertion/truncate.py
/usr/lib/python3.6/site-packages/_pytest/assertion/util.py
/usr/lib/python3.6/site-packages/_pytest/cacheprovider.py
/usr/lib/python3.6/site-packages/_pytest/capture.py
/usr/lib/python3.6/site-packages/_pytest/compat.py
/usr/lib/python3.6/site-packages/_pytest/config.py
/usr/lib/python3.6/site-packages/_pytest/debugging.py
/usr/lib/python3.6/site-packages/_pytest/deprecated.py
/usr/lib/python3.6/site-packages/_pytest/doctest.py
/usr/lib/python3.6/site-packages/_pytest/fixtures.py
/usr/lib/python3.6/site-packages/_pytest/freeze_support.py
/usr/lib/python3.6/site-packages/_pytest/helpconfig.py
/usr/lib/python3.6/site-packages/_pytest/hookspec.py
/usr/lib/python3.6/site-packages/_pytest/junitxml.py
/usr/lib/python3.6/site-packages/_pytest/logging.py
/usr/lib/python3.6/site-packages/_pytest/main.py
/usr/lib/python3.6/site-packages/_pytest/mark.py
/usr/lib/python3.6/site-packages/_pytest/monkeypatch.py
/usr/lib/python3.6/site-packages/_pytest/nodes.py
/usr/lib/python3.6/site-packages/_pytest/nose.py
/usr/lib/python3.6/site-packages/_pytest/outcomes.py
/usr/lib/python3.6/site-packages/_pytest/pastebin.py
/usr/lib/python3.6/site-packages/_pytest/pytester.py
/usr/lib/python3.6/site-packages/_pytest/python.py
/usr/lib/python3.6/site-packages/_pytest/python_api.py
/usr/lib/python3.6/site-packages/_pytest/recwarn.py
/usr/lib/python3.6/site-packages/_pytest/resultlog.py
/usr/lib/python3.6/site-packages/_pytest/runner.py
/usr/lib/python3.6/site-packages/_pytest/setuponly.py
/usr/lib/python3.6/site-packages/_pytest/setupplan.py
/usr/lib/python3.6/site-packages/_pytest/skipping.py
/usr/lib/python3.6/site-packages/_pytest/terminal.py
/usr/lib/python3.6/site-packages/_pytest/tmpdir.py
/usr/lib/python3.6/site-packages/_pytest/unittest.py
/usr/lib/python3.6/site-packages/_pytest/warnings.py
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pytest-3.4.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pytest.py
/usr/share/doc/python3-pytest
/usr/share/doc/python3-pytest/CHANGELOG.html
/usr/share/doc/python3-pytest/CONTRIBUTING.html
/usr/share/doc/python3-pytest/README.html
/usr/share/doc/python3-pytest/html
/usr/share/doc/python3-pytest/html/en
/usr/share/doc/python3-pytest/html/en/_images
/usr/share/doc/python3-pytest/html/en/_images/cramer2.png
/usr/share/doc/python3-pytest/html/en/_images/freiburg2.jpg
/usr/share/doc/python3-pytest/html/en/_images/gaynor3.png
/usr/share/doc/python3-pytest/html/en/_images/keleshev.png
/usr/share/doc/python3-pytest/html/en/_images/theuni.png
/usr/share/doc/python3-pytest/html/en/_modules
/usr/share/doc/python3-pytest/html/en/_modules/_pytest
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/_code
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/_code/code.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/assertion.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/cacheprovider.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/config.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/fixtures.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/hookspec.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/logging.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/main.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/mark.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/monkeypatch.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/nodes.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/outcomes.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/pytester.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/python.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/python_api.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/recwarn.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/runner.html
/usr/share/doc/python3-pytest/html/en/_modules/_pytest/tmpdir.html
/usr/share/doc/python3-pytest/html/en/_modules/builtins.html
/usr/share/doc/python3-pytest/html/en/_modules/index.html
/usr/share/doc/python3-pytest/html/en/_modules/pluggy
/usr/share/doc/python3-pytest/html/en/_modules/pluggy.html
/usr/share/doc/python3-pytest/html/en/_modules/pluggy/callers.html
/usr/share/doc/python3-pytest/html/en/_sources
/usr/share/doc/python3-pytest/html/en/_sources/adopt.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce
/usr/share/doc/python3-pytest/html/en/_sources/announce/index.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.0.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.0.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.0.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.0.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.1.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.1.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.1.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.1.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.2.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.2.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.2.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.2.4.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.4.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.3.5.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.4.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.4.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.4.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.5.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.5.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.5.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.6.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.6.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.6.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.6.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.7.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.7.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.7.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.4.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.5.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.6.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.8.7.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.9.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.9.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-2.9.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.4.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.5.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.6.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.0.7.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.1.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.1.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.1.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.1.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.3.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.4.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.2.5.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.3.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.3.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.3.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.4.0.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.4.1.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/release-3.4.2.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/announce/sprint2016.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/assert.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/backwards-compatibility.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/bash-completion.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/builtin.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/cache.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/capture.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/changelog.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/contact.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/contents.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/contributing.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/customize.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/development_guide.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/doctest.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example
/usr/share/doc/python3-pytest/html/en/_sources/example/index.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/markers.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/nonpython.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/parametrize.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/pythoncollection.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/reportingdemo.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/simple.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/example/special.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/existingtestsuite.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/faq.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/fixture.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/funcarg_compare.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/getting-started.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/goodpractices.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/historical-notes.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/index.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/license.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/logging.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/mark.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/monkeypatch.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/nose.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/parametrize.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/plugins.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/projects.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/proposals
/usr/share/doc/python3-pytest/html/en/_sources/proposals/parametrize_with_fixtures.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/pythonpath.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/recwarn.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/skipping.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/talks.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/tmpdir.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/unittest.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/usage.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/warnings.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/writing_plugins.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/xunit_setup.rst.txt
/usr/share/doc/python3-pytest/html/en/_sources/yieldfixture.rst.txt
/usr/share/doc/python3-pytest/html/en/_static
/usr/share/doc/python3-pytest/html/en/_static/ajax-loader.gif
/usr/share/doc/python3-pytest/html/en/_static/basic.css
/usr/share/doc/python3-pytest/html/en/_static/comment-bright.png
/usr/share/doc/python3-pytest/html/en/_static/comment-close.png
/usr/share/doc/python3-pytest/html/en/_static/comment.png
/usr/share/doc/python3-pytest/html/en/_static/doctools.js
/usr/share/doc/python3-pytest/html/en/_static/documentation_options.js
/usr/share/doc/python3-pytest/html/en/_static/down-pressed.png
/usr/share/doc/python3-pytest/html/en/_static/down.png
/usr/share/doc/python3-pytest/html/en/_static/file.png
/usr/share/doc/python3-pytest/html/en/_static/flasky.css
/usr/share/doc/python3-pytest/html/en/_static/jquery-3.2.1.js
/usr/share/doc/python3-pytest/html/en/_static/jquery.js
/usr/share/doc/python3-pytest/html/en/_static/minus.png
/usr/share/doc/python3-pytest/html/en/_static/plus.png
/usr/share/doc/python3-pytest/html/en/_static/pygments.css
/usr/share/doc/python3-pytest/html/en/_static/pytest1.png
/usr/share/doc/python3-pytest/html/en/_static/pytest1favi.ico
/usr/share/doc/python3-pytest/html/en/_static/searchtools.js
/usr/share/doc/python3-pytest/html/en/_static/underscore-1.3.1.js
/usr/share/doc/python3-pytest/html/en/_static/underscore.js
/usr/share/doc/python3-pytest/html/en/_static/up-pressed.png
/usr/share/doc/python3-pytest/html/en/_static/up.png
/usr/share/doc/python3-pytest/html/en/_static/websupport.js
/usr/share/doc/python3-pytest/html/en/adopt.html
/usr/share/doc/python3-pytest/html/en/announce
/usr/share/doc/python3-pytest/html/en/announce/index.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.0.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.0.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.0.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.0.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.1.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.1.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.1.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.1.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.2.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.2.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.2.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.2.4.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.4.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.3.5.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.4.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.4.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.4.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.5.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.5.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.5.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.6.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.6.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.6.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.6.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.7.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.7.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.7.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.4.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.5.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.6.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.8.7.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.9.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.9.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-2.9.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.4.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.5.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.6.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.0.7.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.1.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.1.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.1.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.1.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.3.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.4.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.2.5.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.3.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.3.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.3.2.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.4.0.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.4.1.html
/usr/share/doc/python3-pytest/html/en/announce/release-3.4.2.html
/usr/share/doc/python3-pytest/html/en/announce/sprint2016.html
/usr/share/doc/python3-pytest/html/en/assert.html
/usr/share/doc/python3-pytest/html/en/backwards-compatibility.html
/usr/share/doc/python3-pytest/html/en/bash-completion.html
/usr/share/doc/python3-pytest/html/en/builtin.html
/usr/share/doc/python3-pytest/html/en/cache.html
/usr/share/doc/python3-pytest/html/en/capture.html
/usr/share/doc/python3-pytest/html/en/changelog.html
/usr/share/doc/python3-pytest/html/en/contact.html
/usr/share/doc/python3-pytest/html/en/contents.html
/usr/share/doc/python3-pytest/html/en/contributing.html
/usr/share/doc/python3-pytest/html/en/customize.html
/usr/share/doc/python3-pytest/html/en/development_guide.html
/usr/share/doc/python3-pytest/html/en/doctest.html
/usr/share/doc/python3-pytest/html/en/example
/usr/share/doc/python3-pytest/html/en/example/index.html
/usr/share/doc/python3-pytest/html/en/example/markers.html
/usr/share/doc/python3-pytest/html/en/example/nonpython.html
/usr/share/doc/python3-pytest/html/en/example/parametrize.html
/usr/share/doc/python3-pytest/html/en/example/pythoncollection.html
/usr/share/doc/python3-pytest/html/en/example/reportingdemo.html
/usr/share/doc/python3-pytest/html/en/example/simple.html
/usr/share/doc/python3-pytest/html/en/example/special.html
/usr/share/doc/python3-pytest/html/en/existingtestsuite.html
/usr/share/doc/python3-pytest/html/en/faq.html
/usr/share/doc/python3-pytest/html/en/fixture.html
/usr/share/doc/python3-pytest/html/en/funcarg_compare.html
/usr/share/doc/python3-pytest/html/en/getting-started.html
/usr/share/doc/python3-pytest/html/en/goodpractices.html
/usr/share/doc/python3-pytest/html/en/historical-notes.html
/usr/share/doc/python3-pytest/html/en/index.html
/usr/share/doc/python3-pytest/html/en/license.html
/usr/share/doc/python3-pytest/html/en/logging.html
/usr/share/doc/python3-pytest/html/en/mark.html
/usr/share/doc/python3-pytest/html/en/monkeypatch.html
/usr/share/doc/python3-pytest/html/en/nose.html
/usr/share/doc/python3-pytest/html/en/objects.inv
/usr/share/doc/python3-pytest/html/en/parametrize.html
/usr/share/doc/python3-pytest/html/en/plugins.html
/usr/share/doc/python3-pytest/html/en/projects.html
/usr/share/doc/python3-pytest/html/en/proposals
/usr/share/doc/python3-pytest/html/en/proposals/parametrize_with_fixtures.html
/usr/share/doc/python3-pytest/html/en/pythonpath.html
/usr/share/doc/python3-pytest/html/en/recwarn.html
/usr/share/doc/python3-pytest/html/en/search.html
/usr/share/doc/python3-pytest/html/en/searchindex.js
/usr/share/doc/python3-pytest/html/en/skipping.html
/usr/share/doc/python3-pytest/html/en/talks.html
/usr/share/doc/python3-pytest/html/en/tmpdir.html
/usr/share/doc/python3-pytest/html/en/unittest.html
/usr/share/doc/python3-pytest/html/en/usage.html
/usr/share/doc/python3-pytest/html/en/warnings.html
/usr/share/doc/python3-pytest/html/en/writing_plugins.html
/usr/share/doc/python3-pytest/html/en/xunit_setup.html
/usr/share/doc/python3-pytest/html/en/yieldfixture.html
/usr/share/licenses/python3-pytest
/usr/share/licenses/python3-pytest/LICENSE

References

Summary

In this tutorial we learn how to install python3-pytest on Rocky Linux 8 using yum and dnf.