Comment 5 for bug 1586976

Revision history for this message
Michal Pryc (mpryc) wrote : Re: UTs and functional tests broken related to msgid translations

I'm pretty sure it's caused by the improper pip module being installed.

Here is the diff between version which I'm 100% sure was running properly and current tests.

Seems like fixtures 3.0.0 is installed even if specified <2.0.
Another difference is os-testr which is now 0.7.0 and was 0.6.0.

Even pinning those version in the test-requirements.txt causes higher versions to be installed, meaning change was somewhere in other deps.

< fixtures==3.0.0
---
> fixtures==1.4.0
83c84
< os-testr==0.7.0
---
> os-testr==0.6.0
105c106
< python-cinderclient==1.7.1
---
> python-cinderclient==1.6.0
114c115
< python-openstackclient==2.5.0
---
> python-openstackclient==2.4.0