diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2017-11-08 17:55:54 +0000 |
---|---|---|
committer | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2017-11-10 11:54:26 +0000 |
commit | b80b0fc323d4ec2bca2a9c10acac51176d36ce6f (patch) | |
tree | fe8b3db8e79e8776558bbbd3229d15f7b767a074 /test-requirements.txt | |
parent | 3cfdda00a291cf911e2948da774929ad23a60452 (diff) |
Check requirements against OpenStack requirements
Added a new tox environment to check the project requirements against
the OpenStack requirements. The openstack/requirements branch used will
depends on Yardstick release development.
At this point, Yardstick F release must be compliant with OpenStack Pike
release.
Change-Id: I77a4cfa4f99674176c3f5711dc1b6787bb400ecf
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..538777039 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,9 @@ +# 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. + +packaging==16.8.0 # BSD or Apache License, Version 2.0 + +# Yardstick F release <-> OpenStack Pike release +openstack_requirements==1.1.0 # OSI Approved Apache Software License +-e git+https://github.com/openstack/requirements.git@stable/pike#egg=os_requirements |