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: Ifff05e128d9224f59fcc957de2dc7b418124eb05
This commit is contained in:
Riccardo Pittau 2020-10-19 11:42:41 +02:00
parent 4467362948
commit a01d5934da
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
hacking>=3.0.1,<3.1.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
@ -17,3 +17,5 @@ stestr>=1.0.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
pycodestyle>=2.0.0,<2.7.0 # MIT