How To Install python3-pytest-steps on Fedora 36

In this tutorial we learn how to install python3-pytest-steps in Fedora 36. python3-pytest-steps is Create step-wise / incremental tests in pytest

Introduction

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

What is python3-pytest-steps

Create step-wise / incremental tests in pytest.

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

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

sudo dnf -y install python3-pytest-steps

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

sudo yum -y install python3-pytest-steps

How To Uninstall python3-pytest-steps on Fedora 36

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

sudo dnf remove python3-pytest-steps

python3-pytest-steps Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pytest_steps
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/pytest_steps-1.7.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pytest_steps/__init__.py
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_harvest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_harvest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_harvest_df_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_harvest_df_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_parametrizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/__pycache__/steps_parametrizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/_version.py
/usr/lib/python3.10/site-packages/pytest_steps/plugin.py
/usr/lib/python3.10/site-packages/pytest_steps/steps.py
/usr/lib/python3.10/site-packages/pytest_steps/steps_common.py
/usr/lib/python3.10/site-packages/pytest_steps/steps_generator.py
/usr/lib/python3.10/site-packages/pytest_steps/steps_harvest.py
/usr/lib/python3.10/site-packages/pytest_steps/steps_harvest_df_utils.py
/usr/lib/python3.10/site-packages/pytest_steps/steps_parametrizer.py
/usr/lib/python3.10/site-packages/pytest_steps/tests
/usr/lib/python3.10/site-packages/pytest_steps/tests/__init__.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_all.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_all.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_cross_steps_fixture.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_cross_steps_fixture.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_docs_example_manual_call.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_docs_example_manual_call.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_docs_example_with_harvest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_docs_example_with_harvest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_step_id_conflicts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_step_id_conflicts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_steps_harvest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_steps_harvest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_with_cases.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/__pycache__/test_with_cases.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_all.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_cross_steps_fixture.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_docs_example_manual_call.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_docs_example_with_harvest.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_step_id_conflicts.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_steps_harvest.py
/usr/lib/python3.10/site-packages/pytest_steps/tests/test_with_cases.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__init__.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_pytest_parametrization_capabilities.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_pytest_parametrization_capabilities.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode_dependency_tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode_dependency_tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode_does_not_change_order.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_genmode_does_not_change_order.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_no_results.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_no_results.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_stackoverflow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_stackoverflow.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_stackoverflow2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_stackoverflow2.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_with_results_basic.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_with_results_basic.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_with_results_complex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_steps_parammode_with_results_complex.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_wrapped_in_class.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/__pycache__/test_wrapped_in_class.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_pytest_parametrization_capabilities.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_genmode.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_genmode_dependency_tree.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_genmode_does_not_change_order.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_dependencies.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_no_results.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_stackoverflow.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_stackoverflow2.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_with_results_basic.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_steps_parammode_with_results_complex.py
/usr/lib/python3.10/site-packages/pytest_steps/tests_raw/test_wrapped_in_class.py
/usr/share/doc/python3-pytest-steps
/usr/share/doc/python3-pytest-steps/README.md
/usr/share/licenses/python3-pytest-steps
/usr/share/licenses/python3-pytest-steps/LICENSE

References

Summary

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