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> (cherry picked from commit 72bfdb38b4f935d2025928cf7a443ef31d8c23f6)
This commit is contained in:
parent
457efa8136
commit
5a6b926744
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ junit-xml
|
|||
paramiko
|
||||
pyyaml
|
||||
pexpect # for _user test
|
||||
selectors2 # for ncclient
|
||||
ncclient # for Junos
|
||||
jxmlease # for Junos
|
||||
|
|
Loading…
Reference in a new issue