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.
CI started failing, sometime since 12th June, with
I don't know exactly what changed upstream, and when, but it appears we now need to add
mock
as a test requirement.