Set safe version of hacking
Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed to require a safe version of flake8, so besides normale issues related to minor version upgrades, we can safely use those versions. Also forcing pycodestyle versions to be compatible with flake8 installed by hacking. Change-Id: I4612e84ee88c21121d97e31c9ab22d776f4fb5bc
This commit is contained in:
parent
715e5c29c5
commit
e788188f23
@ -4,8 +4,10 @@
|
||||
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
flake8-import-order>=0.17.1 # LGPLv3
|
||||
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
||||
hacking>=3.1.0,<4.0.0 # Apache-2.0
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
pycodestyle>=2.0.0,<2.7.0 # MIT
|
||||
Pygments>=2.2.0 # BSD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user