mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Restore f5 unit test requirements. (#27992)
This commit is contained in:
@@ -6,3 +6,4 @@ yamllint != 1.8.0 ; python_version < '2.7' # yamllint 1.8.0 requires python 2.7+
|
||||
isort < 4.2.8 # 4.2.8 changes import sort order requirements which breaks previously passing pylint tests
|
||||
pycrypto >= 2.6 # Need features found in 2.6 and greater
|
||||
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
|
||||
idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
|
||||
|
||||
@@ -19,6 +19,11 @@ unittest2 ; python_version < '2.7'
|
||||
netaddr
|
||||
ipaddress
|
||||
|
||||
# requirements for F5 specific modules
|
||||
f5-sdk ; python_version >= '2.7'
|
||||
f5-icontrol-rest ; python_version >= '2.7'
|
||||
deepdiff
|
||||
|
||||
# requirement for modules using Netconf protocol
|
||||
ncclient
|
||||
|
||||
|
||||
Reference in New Issue
Block a user