Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Try to fix 2.2.4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Feb 23, 2024
1 parent e8a6d8b commit d15f79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def test(session: nox.Session, airflow) -> None:

airflow_version = airflow if airflow == "2.2.4" else f"{airflow}.0"
session.install(f"apache-airflow[databricks]=={airflow}", "--constraint", f"https://raw.githubusercontent.com/apache/airflow/constraints-{airflow_version}/constraints-{python_version}.txt")
if version.parse(airflow) < version.parse("2.4"):
session.install("apache-airflow-providers-databricks<4.2")
session.install("-e", ".[tests]")


Expand Down

0 comments on commit d15f79b

Please sign in to comment.