Bump flake8-import-order
The 1.18.2 release requires pkg_resources. The dependency was removed in 1.19.0 . Change-Id: I87f8204d7483cc0d5e90bcc5ad8b5192ad891271 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -48,7 +48,7 @@ classifiers = [
|
||||
test = [
|
||||
# pip is necessary since siblings installation job uses it
|
||||
"pip", # Apache-2.0
|
||||
"flake8-import-order==0.18.2", # LGPLv3
|
||||
"flake8-import-order~=0.19.2", # LGPLv3
|
||||
"stestr>=1.0.0" # Apache-2.0]
|
||||
]
|
||||
block-storage = ["cinder>=23.0"]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
flake8-import-order==0.18.2 # LGPLv3
|
||||
flake8-import-order~=0.19.2 # LGPLv3
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user