From 06ae853bde48da276b012bf0b79fd863ea317b8d Mon Sep 17 00:00:00 2001 From: Nikolaj Starodubtsev Date: Thu, 28 Nov 2013 15:08:49 +0400 Subject: [PATCH] Hotfix for bug 1255928 Change-Id: I987b598c19ca6d2070391ff4590b10ae94df1d9b Fixes: bug #1255928 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 50ed3957..118f98f7 100644 --- a/tox.ini +++ b/tox.ini @@ -21,8 +21,7 @@ sitepackages = False [testenv:cover] setenv = VIRTUAL_ENV={envdir} commands = - python setup.py testr --coverage \ - --testr-args='^(?!.*test.*coverage).*$' + python -m climate.openstack.common.lockutils python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).*$' [testenv:pep8] commands = flake8 {posargs}