From 21f04e6626bbd4fcbe5f4428b4f37d9873970d63 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Wed, 17 Jul 2024 14:59:01 +0530 Subject: [PATCH] Update the license from MIT to Apache 2.0 --- tox.ini | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tox.ini b/tox.ini index 375ac351..e5203094 100644 --- a/tox.ini +++ b/tox.ini @@ -10,21 +10,6 @@ python = 3.9: py39-airflow{1108,2} 3.10: py310-airflow{1108,2} -[testenv:py38-airflow1108] -deps = - pytest - pytest-cov - apache-airflow[kubernetes] >=1.10.8, <2.0.0 - SQLAlchemy==1.3.23 - Flask-SQLAlchemy==2.4.4 - wtforms<=2.3.3 - markupsafe>=1.1.1,<2.1.0 -setenv = - AIRFLOW__CORE__SQL_ALCHEMY_CONN = sqlite:///airflow1108.db -commands = - airflow initdb - pytest --cov=dagfactory tests -p no:warnings --verbose --color=yes --cov-report=xml - [testenv:py38-airflow2] deps = pytest