From b80b0fc323d4ec2bca2a9c10acac51176d36ce6f Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 8 Nov 2017 17:55:54 +0000 Subject: 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 --- test-requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-requirements.txt (limited to 'test-requirements.txt') 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 -- cgit 1.2.3-korg