Skip to content

Commit

Permalink
Removes from tox.ini flake configuration _ as builtin
Browse files Browse the repository at this point in the history
and Fix all bugs

Fixes #1432898

Change-Id: Ib879d0b515366b143b6c0dbb8b0a848dcd6d292a
  • Loading branch information
psdh committed Mar 19, 2015
1 parent 556acb8 commit a2d5d3c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions rally/benchmark/context/flavors.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# under the License.

from rally.benchmark.context import base
from rally.common.i18n import _
from rally.common import log as logging
from rally.common import utils as rutils
from rally import consts
Expand Down
1 change: 1 addition & 0 deletions rally/benchmark/scenarios/dummy/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

from rally.benchmark.scenarios import base
from rally.benchmark import validation
from rally.common.i18n import _
from rally import exceptions


Expand Down
1 change: 1 addition & 0 deletions rally/benchmark/scenarios/sahara/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

from rally.benchmark.scenarios import base
from rally.benchmark import utils as bench_utils
from rally.common.i18n import _
from rally.common import log as logging
from rally import consts
from rally import exceptions
Expand Down
1 change: 1 addition & 0 deletions rally/benchmark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from novaclient import exceptions as nova_exc
import six

from rally.common.i18n import _
from rally.common import log as logging
from rally import exceptions

Expand Down
1 change: 1 addition & 0 deletions samples/plugins/sla/sla_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# under the License.

from rally.benchmark.sla import base
from rally.common.i18n import _


class MaxDurationRange(base.SLA):
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E126,H703
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build,setup.py

[hacking]
Expand Down

0 comments on commit a2d5d3c

Please sign in to comment.