Skip to content

Commit

Permalink
Pin version of postgres provider so that it still raises exception:
Browse files Browse the repository at this point in the history
captured by test

FAILED tests/operators/test_local.py::test_run_operator_dataset_emission_fails - Failed: DID NOT RAISE <class 'cosmos.exceptions.AirflowCompatibilityError'>
  • Loading branch information
tatiana committed May 28, 2024
1 parent bfa490b commit 72dc977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packages = ["/cosmos"]
[tool.hatch.envs.tests]
dependencies = [
"astronomer-cosmos[tests]",
"apache-airflow-providers-postgres",
"apache-airflow-providers-postgres==5.11.0",
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
"apache-airflow-providers-amazon>=3.0.0,<8.20.0", # https://github.com/apache/airflow/issues/39103
"apache-airflow-providers-docker>=3.5.0",
Expand Down

0 comments on commit 72dc977

Please sign in to comment.