Merge "Removes from tox.ini flake configuration _ as builtin"

This commit is contained in:
Jenkins 2015-03-20 03:00:20 +00:00 committed by Gerrit Code Review
commit a580bce1c5
6 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,7 @@
# under the License. # under the License.
from rally.benchmark.context import base from rally.benchmark.context import base
from rally.common.i18n import _
from rally.common import log as logging from rally.common import log as logging
from rally.common import utils as rutils from rally.common import utils as rutils
from rally import consts from rally import consts

View File

@ -15,6 +15,7 @@ import time
from rally.benchmark.scenarios import base from rally.benchmark.scenarios import base
from rally.benchmark import validation from rally.benchmark import validation
from rally.common.i18n import _
from rally import exceptions from rally import exceptions

View File

@ -21,6 +21,7 @@ from saharaclient.api import base as sahara_base
from rally.benchmark.scenarios import base from rally.benchmark.scenarios import base
from rally.benchmark import utils as bench_utils from rally.benchmark import utils as bench_utils
from rally.common.i18n import _
from rally.common import log as logging from rally.common import log as logging
from rally import consts from rally import consts
from rally import exceptions from rally import exceptions

View File

@ -20,6 +20,7 @@ import traceback
from novaclient import exceptions as nova_exc from novaclient import exceptions as nova_exc
import six import six
from rally.common.i18n import _
from rally.common import log as logging from rally.common import log as logging
from rally import exceptions from rally import exceptions

View File

@ -14,6 +14,7 @@
# under the License. # under the License.
from rally.benchmark.sla import base from rally.benchmark.sla import base
from rally.common.i18n import _
class MaxDurationRange(base.SLA): class MaxDurationRange(base.SLA):

View File

@ -47,7 +47,6 @@ downloadcache = ~/cache/pip
[flake8] [flake8]
ignore = E126,H703 ignore = E126,H703
show-source = true show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,setup.py exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,setup.py
[hacking] [hacking]