mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add missing selectors2 requirement for network-integration tests
Otherwise, we get the following error: ERROR: ncclient 0.6.4 requires selectors2>=2.0.1, which is not installed. when running ansible-test. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -4,5 +4,6 @@ junit-xml
|
||||
paramiko
|
||||
pyyaml
|
||||
pexpect # for _user test
|
||||
selectors2 # for ncclient
|
||||
ncclient # for Junos
|
||||
jxmlease # for Junos
|
||||
|
||||
Reference in New Issue
Block a user