Files
sushy-cli/test-requirements.txt
Riccardo Pittau 580936bba4 Add pep8 check for import order
Set flake8-import-order version to 0.17.1
Full py3 compatible version.
Add all Python3 modules to stdlib list.
Also includes fix to an enum34 dependency bug.

Change-Id: Iacbf2a96585fb6e4f784a2541bfad67bb0c9c0e4
2020-04-21 15:46:44 +02:00

12 lines
396 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.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
flake8-import-order>=0.17.1 # LGPLv3