From c56032c4d64f06e95620c4ec9a4997675bcc6f8c Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Wed, 5 Jun 2024 13:02:57 +0300 Subject: [PATCH] Airflow upgrade --- Dockerfile | 2 +- requirements-test.txt | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index b51ef49..f03c7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM apache/airflow:2.8.2-python3.10 +FROM registry.cern.ch/cern-sis/airflow-base:2.8.3 ENV PYTHONBUFFERED=0 ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO diff --git a/requirements-test.txt b/requirements-test.txt index c0cf4b9..96bd19a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ -pre-commit==3.6.2 -pytest==7.4.4 -coverage==7.4.3 -pytest-cov==4.1.0 +pre-commit +pytest +coverage +pytest-cov pytest-datadir==1.5.0 diff --git a/requirements.txt b/requirements.txt index 4e15ccb..1663ef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3 -alembic==1.13.1 +alembic airflow-provider-alembic==1.0.0 elementpath==4.4.0