4d966622ef
According to the latest agreement in Oslo team, apiclient and clituils will be removed from Oslo incubator. We should keep the local copy by ourselfs: 1. rename openstack/common/apiclient to common/apiclient 2. Because Ironic only use base.py and exception.py, so delete others. 3. rename openstack/common/cliutils.py to common/clituils.py 4. Delete openstack/common/_i18n becuase we have common/i18n.py 5. Delete openstack folder because it is empty 6. Add related unit tests and add oslotest to test-requirements. Change-Id: I9eecd0457e86e82e65db1d0bc9a4c5c0ed4bbf74
19 lines
513 B
Plaintext
19 lines
513 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<0.11,>=0.10.0
|
|
coverage>=3.6
|
|
discover
|
|
doc8 # Apache-2.0
|
|
fixtures>=1.3.1
|
|
httpretty<0.8.7,>=0.8.4
|
|
mock>=1.2
|
|
Babel>=1.3
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
tempest-lib>=0.10.0
|