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: I5bd06dc618dc596b6bfaf029d88061b4e9741f4a
This commit is contained in:
Riccardo Pittau 2020-10-19 12:43:15 +02:00
parent a206b98d4a
commit 81aa74a07d

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.1.0,<=3.2.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
@ -11,6 +11,7 @@ oslotest>=3.2.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
pycodestyle>=2.0.0,<2.7.0 # MIT
# integration tests requirements
selenium>=2.50.1 # Apache-2.0