blob: 1500541a955d91c53553600b6dbf4f980aaf5613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.
coverage!=4.4 # Apache-2.0
fixtures # Apache-2.0/BSD
oslotest # Apache-2.0
packaging # Apache-2.0
pyflakes # MIT; OSI Approved MIT License
pylint # GPLv2
python-subunit # Apache-2.0/BSD
testrepository # Apache-2.0/BSD
testtools # MIT
unittest2 # BSD
# NOTE(ralonsoh): to be removed, only for coverage support
python-heatclient # Apache-2.0
# Yardstick I release <-> OpenStack Stein release
-e git+https://github.com/openstack/requirements.git@stable/stein#egg=os_requirements
|