cedadccc6f
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Change-Id: I6396403d0a62f5403fc5b7fb04b6ce790c332c84
14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
prometheus_client
|
|
stestr>=1.0.0 # Apache-2.0
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
freezegun>=0.3.6 # Apache-2.0
|
|
|