Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 29, 2024
1 parent ca448be commit 9d13879
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ packages = ["/cosmos"]
[tool.hatch.envs.tests]
dependencies = [
"astronomer-cosmos[tests]",
#"apache-airflow-providers-cncf-kubernetes>=5.1.1",
#"apache-airflow-providers-amazon[s3fs]>=8.0.0",
#"apache-airflow-providers-docker>=3.5.0",
#"apache-airflow-providers-google",
#"apache-airflow-providers-microsoft-azure",
# "apache-airflow-providers-postgres",
# "apache-airflow-providers-cncf-kubernetes>=5.1.1",
# "apache-airflow-providers-amazon[s3fs]>=8.0.0",
# "apache-airflow-providers-docker>=3.5.0",
# "apache-airflow-providers-google",
# "apache-airflow-providers-microsoft-azure",
# "apache-airflow-providers-postgres",
"types-PyYAML",
"types-attrs",
"types-requests",
Expand Down
6 changes: 6 additions & 0 deletions scripts/test/pre-install-airflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ mv /tmp/constraint.txt.tmp /tmp/constraint.txt
# Install Airflow with constraints
pip install uv
uv pip install "apache-airflow==$AIRFLOW_VERSION" --constraint /tmp/constraint.txt
pip install apache-airflow-providers-cncf-kubernetes
pip install apache-airflow-providers-amazon
pip install apache-airflow-providers-docker
pip install apache-airflow-providers-google
pip install apache-airflow-providers-microsoft-azure
pip install apache-airflow-providers-postgres
uv pip install pydantic --constraint /tmp/constraint.txt
rm /tmp/constraint.txt

0 comments on commit 9d13879

Please sign in to comment.