# Pip requirements file for zhmcclient extra 'testutils' dependencies.

# zhmcclient.testutils defines pytest fixtures:
# pytest 5.0.0 has removed support for Python < 3.5
# pytest 4.3.1 solves an issue on Python 3 with minimum package levels
pytest>=4.3.1,<5.0.0; python_version == '2.7'
pytest>=4.3.1; python_version >= '3.5' and python_version <= '3.6'
pytest>=4.4.0; python_version >= '3.7' and python_version <= '3.9'
pytest>=6.2.5; python_version >= '3.10'

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