Merge "Remove noqa from test files"
This commit is contained in:
commit
3baa1ec31f
@ -28,8 +28,8 @@ from oslo.config import cfg
|
|||||||
from oslotest import base as test_base
|
from oslotest import base as test_base
|
||||||
import six
|
import six
|
||||||
|
|
||||||
from oslo.concurrency.fixture import lockutils as fixtures # noqa
|
from oslo.concurrency.fixture import lockutils as fixtures
|
||||||
from oslo.concurrency import lockutils # noqa
|
from oslo.concurrency import lockutils
|
||||||
from oslo.config import fixture as config
|
from oslo.config import fixture as config
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ from oslotest import base as test_base
|
|||||||
from oslotest import mockpatch
|
from oslotest import mockpatch
|
||||||
import six
|
import six
|
||||||
|
|
||||||
from oslo.concurrency import processutils # noqa
|
from oslo.concurrency import processutils
|
||||||
|
|
||||||
PROCESS_EXECUTION_ERROR_LOGGING_TEST = """#!/bin/bash
|
PROCESS_EXECUTION_ERROR_LOGGING_TEST = """#!/bin/bash
|
||||||
exit 41"""
|
exit 41"""
|
||||||
|
Loading…
Reference in New Issue
Block a user