Latest ncclient seems to break Zuul

It looks like the latest ncclient release breaks (at least some) Zuul jobs.

I’m not sure if ncclient is really needed, so I don’t want to remove it. Instead, I’ve created a PR to restrict the verstion to < 0.6.18

1 Like

For the record: Installation of 0.6.18 fails because of missing ‘requirements-test.txt’ in package

0.6.18 has been yanked: Installation of 0.6.18 fails because of missing 'requirements-test.txt' in package · Issue #623 · ncclient/ncclient · GitHub

0.6.19 has been released with that issue fixed (fixed broken manifest by einarnn · Pull Request #624 · ncclient/ncclient · GitHub).

I agree, looks fixed to me also.