Restore f5 unit test requirements. (#27992)
This commit is contained in:
parent
940a74a93a
commit
6c4bf53518
2 changed files with 6 additions and 0 deletions
|
@ -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
|
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
|
pycrypto >= 2.6 # Need features found in 2.6 and greater
|
||||||
ncclient >= 0.5.2 # Need features added in 0.5.2 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
|
netaddr
|
||||||
ipaddress
|
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
|
# requirement for modules using Netconf protocol
|
||||||
ncclient
|
ncclient
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue