# Pip requirements file for install dependencies of extra 'testutils'.

# Note: The dependencies in this file will become the additional dependencies
# stated in the Pypi package metadata for extra 'testutils'.


# Direct dependencies for install of extra 'testutils' (must be consistent with minimum-constraints-install.txt)

# zhmcclient.testutils defines pytest fixtures:
pytest>=8.4.0; python_version == '3.9'
pytest>=9.0.3; python_version >= '3.10'

# Packages used by zhmcclient.testutils that are also used by zhmcclient and thus
# are specified already in requirements.txt:
# - yaml
# - jsonschema
