Add I202 to flake ignore list

Pep8 job currently fails complaining about I202 in a bunch of
modules. This change fixes the genuine errors in the module
import order, and adds I202 to the skip list so that we don't
have to add noqa comments everywhere we can not satisfy the
check. After we split out the tempest plugin, we'll remove
I202 from the ignore list and add noqa comments in the places
where it will still be needed.

Change-Id: Ia170a41d35dea8c9eda2b36c907dbc518169a824
This commit is contained in:
Vladyslav Drok 2017-10-25 12:59:07 +03:00
parent 867a9756ba
commit 6d74a6e51f
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import subprocess
from oslo_log import log
from oslo_utils import netutils
from tempest.common import compute
from tempest.common.utils.linux import remote_client
from tempest.common.utils import net_utils

View File

@ -11,7 +11,6 @@
# under the License.
import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators