mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-18 00:46:05 +00:00
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>
9 lines
359 B
Text
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"
|