diff options
author | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-01-23 13:11:41 +0000 |
---|---|---|
committer | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-01-23 13:11:41 +0000 |
commit | 8087e8d6109ee7856dc0310a4104b6b6178addbd (patch) | |
tree | 44a9bba3653e29ed24ac4d4cfd71b55c9407df3f /nova/utils.py | |
parent | a8a0826ea618266bb2cb0235c3efb354abb02c2e (diff) | |
download | nova-8087e8d6109ee7856dc0310a4104b6b6178addbd.tar.gz nova-8087e8d6109ee7856dc0310a4104b6b6178addbd.tar.xz nova-8087e8d6109ee7856dc0310a4104b6b6178addbd.zip |
Add version constraint for coverage
Python coverage lower than 3.6 causes issues when running the whole
test suite. Some arguments are randomly mixed up with script names,
resulting in unittest failures like this:
UnexpectedMethodCallError: Unexpected method call. unexpected:- expected:+
- exists.__call__('/tmp/buildd/.../nova/virt/images.py') -> None
+ exists.__call__('/some/path') -> True
Change-Id: Iadb6d046e3acc75c6ed5abffcfc1abda82aeee4f
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions