[openstack-dev] Mock and the stdlib

2016-02-10 Thread Robert Collins
We've just had a mass gate breakage due to https://review.openstack.org/#/c/268945/ go through, so I thought I'd try to get ahead of anyone trying this again. unittest.mock in the stdlib is not static, it evolves over time. We're currently writing to - and depending on - the unittest.mock version

Re: [openstack-dev] Mock and the stdlib

2016-02-10 Thread Davanum Srinivas
I've fast tracked the revert - https://review.openstack.org/#/c/278814/ On Wed, Feb 10, 2016 at 9:38 PM, Robert Collins wrote: > We've just had a mass gate breakage due to > https://review.openstack.org/#/c/268945/ go through, so I thought I'd > try to get ahead of