From 18e27e6a30e670915e90d2c674039e2135d0ada3 Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Mon, 26 Mar 2018 16:05:25 -0500 Subject: [PATCH] SY/AF Test version pinning Pins the client libraries for the ucp components used for testing to the same version used by the Dockerfile for Airflow, to keep dependencies in step. Change-Id: I6d9c57c461e82df4d3be74f4ea0d45b628aacec3 --- test-requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8c2f45df..940bcbea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,10 +5,14 @@ mock==2.0.0 responses==0.8.1 testfixtures==5.1.1 apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.9.0 -git+https://github.com/att-comdev/deckhand.git@master#egg=deckhand + +# Testing - Client libraries for UCP components +git+https://github.com/att-comdev/deckhand.git@3cdf3d2d896d43c6e3bc26170522c3eee0d7158f#egg=deckhand +git+https://github.com/att-comdev/drydock.git@42aa3c486ee4c495c2377d31481df5ab681f84f2#egg=drydock_provisioner +git+https://github.com/att-comdev/armada.git@7a2ba22ab12a3f1f180b6af4085972ba44853377#egg=armada +# TODO(bryan-strassner) Pin to Dockerfile version for airflow when added there git+https://github.com/att-comdev/promenade.git@master#egg=promenade -git+https://github.com/att-comdev/drydock.git@master#egg=drydock -git+https://github.com/att-comdev/armada.git@master#egg=armada + # Linting flake8==3.3.0