Skip to content

Commit

Permalink
Update the license from MIT to Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 17, 2024
1 parent 0014460 commit 21f04e6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21f04e6

Please sign in to comment.