network/pytest_extra_requirements.txt
Till Maas d400cadfe4 pytest: Remove PyYAML dependency
This does not seem to be needed anymore.

Signed-off-by: Till Maas <opensource@till.name>
2022-02-18 09:57:46 +01:00

10 lines
388 B
Text

# SPDX-License-Identifier: MIT
# Write extra requirements for running pytest here:
# If you need ansible then uncomment the following line:
#-ransible_pytest_extra_requirements.txt
# If you need mock then uncomment the following line:
mock ; python_version < "3.0"
# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
idna<2.8 ; python_version < "2.7"