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
This commit is contained in:
Bryan Strassner 2018-03-26 16:05:25 -05:00 committed by Mark Burnett
parent ee1a97cdc5
commit 18e27e6a30
1 changed files with 7 additions and 3 deletions

View File

@ -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