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:
parent
1a66121f03
commit
6e0f4c53b6
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ junit-xml
|
||||||
paramiko
|
paramiko
|
||||||
pyyaml
|
pyyaml
|
||||||
pexpect # for _user test
|
pexpect # for _user test
|
||||||
|
selectors2 # for ncclient
|
||||||
ncclient # for Junos
|
ncclient # for Junos
|
||||||
jxmlease # for Junos
|
jxmlease # for Junos
|
||||||
|
|
Loading…
Reference in a new issue