87f4985ad1
The functional tox env requirements were in tox.ini, so they weren't being updated automatically and were out of date. The functional tox env requirements are moved to test-requirements-functional.txt so that they'll be updated automatically and the requirements are updated to the requirements as of 8cb51513 . Change-Id: I90ff294914487d6beee5564c2c541f7f77bb3361
9 lines
309 B
Plaintext
9 lines
309 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.
|
|
|
|
python-keystoneclient>=1.3.0
|
|
requests>=2.5.2
|
|
oslotest>=1.5.1 # Apache-2.0
|
|
testrepository>=0.0.18
|