Unpin isort
This effectively reverts dac170c8b4 .
The isort library was pinned due the pylint error in the past, but
the issue was already fixed. Unpin the library so that we can try
more recent versions.
Change-Id: Id8519c9ab8c3ea2441c5453526202702abf140e9
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
isort==4.3.21 # MIT
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
|
||||
Reference in New Issue
Block a user