shipyard/src/bin/shipyard_airflow/test-requirements.txt

16 lines
593 B
Plaintext

bandit==1.6.0
flake8
pytest==7.4.0
pytest-cov==4.1.0
coverage==5.3
testfixtures
tox<=4.0.0
# typing-extensions==3.7.2
pyflakes
# Pin apache-airflow 1.10.5 to align with version in airflow images requirements.txt
# apache-airflow[crypto,celery,hive,hdfs,jdbc]==1.10.5
# install postgres seperately as apache-airflow 1.10.5 forces postgres to use
# psycopg2 instead of psycopg2-binary which requires additional apt packages
# to be installed, i.e. postgres-devel. Otherwise the following error is seen:
# Error: pg_config executable not found. Only seems to be an issue in xenial
postgres>=3.0.0