Skip to content

Commit

Permalink
Set min version to 2.8 for integration tests run for the cosmos_manif…
Browse files Browse the repository at this point in the history
…est_example.py DAG
  • Loading branch information
pankajkoti committed Jul 23, 2024
1 parent bb47600 commit d5c3860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

MIN_VER_DAG_FILE: dict[str, list[str]] = {
"2.4": ["cosmos_seed_dag.py"],
"2.8": ["cosmos_manifest_example.py"],
}

IGNORED_DAG_FILES = ["performance_dag.py"]
Expand Down
1 change: 1 addition & 0 deletions tests/test_example_dags_no_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

MIN_VER_DAG_FILE: dict[str, list[str]] = {
"2.4": ["cosmos_seed_dag.py"],
"2.8": ["cosmos_manifest_example.py"],
}

IGNORED_DAG_FILES = ["performance_dag.py"]
Expand Down

0 comments on commit d5c3860

Please sign in to comment.