network/pytest_extra_requirements.txt
Rich Megginson 6be4f3ecd6 test: remove unused files
We do not use molecule.

The custom requirements are no longer needed.

Remove py26 requirements

Use ansible-core - much smaller than ansible

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-06-24 06:57:42 -06:00

9 lines
359 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-core ; python_version > "2.6"