projectcalico / networking-calico

Calico integration with OpenStack (Neutron)
7 stars 15 forks source link

Fix CI #31

Closed nelljerram closed 4 years ago

nelljerram commented 4 years ago

CI started failing, sometime since 12th June, with

  File "/home/semaphore/networking-calico/networking_calico/plugins/ml2/drivers/calico/test/test_plugin_etcd.py", line 29, in <module>
    import mock
ModuleNotFoundError: No module named 'mock' 

I don't know exactly what changed upstream, and when, but it appears we now need to add mock as a test requirement.