3fe89808c6
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. Remove hacking and friends from lower-constraints, they are not needed to be installed at run-time. Fix flake8wrap to take arguments from tox.ini and not look at .tox directory. Change-Id: I1c5f5a85af02d9f11e475b6088fe1d9d9d252083
23 lines
719 B
Plaintext
23 lines
719 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.
|
|
|
|
|
|
bandit>=1.1.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
os-testr>=1.0.0 # Apache-2.0
|
|
PyMySQL>=0.7.6 # MIT License
|
|
tempest>=17.1.0 # Apache-2.0
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
stestr>=1.0.0 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
python-zunclient>=3.5.0 # Apache-2.0
|