Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com>
  • Loading branch information
potiuk and vincbeck committed May 15, 2024
1 parent 1cac042 commit 1080122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def airflow_root_path() -> Path:


# This constant is set to True if tests are run with Airflow installed from Packages rather than running
# The tests within Airflow sources. While most tests in CI are run using Airflow sources, there are
# the tests within Airflow sources. While most tests in CI are run using Airflow sources, there are
# also compatibility tests that only use `tests` package and run against installed packages of Airflow in
# for supported Airflow versions.
RUNNING_TESTS_AGAINST_AIRFLOW_PACKAGES = not (Path(__file__).parents[1] / "airflow" / "__init__.py").exists()
Expand Down

0 comments on commit 1080122

Please sign in to comment.