Merge "Update version of flake8-import-order package"

This commit is contained in:
Zuul
2017-12-11 08:02:34 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ Version 1 of the Ironic Python Agent API
import pecan import pecan
from pecan import rest from pecan import rest
from wsme import types as wtypes from wsme import types as wtypes
import wsmeext.pecan as wsme_pecan import wsmeext.pecan as wsme_pecan

View File

@@ -13,9 +13,8 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import mock
from ironic_lib import disk_utils from ironic_lib import disk_utils
import mock
from oslo_concurrency import processutils from oslo_concurrency import processutils
from ironic_python_agent import errors from ironic_python_agent import errors

View File

@@ -8,7 +8,7 @@ testtools>=2.2.0 # MIT
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0 bashate>=0.5.1 # Apache-2.0
flake8-import-order==0.11 # LGPLv3 flake8-import-order>=0.13 # LGPLv3
# Doc requirements # Doc requirements
doc8>=0.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0