Skip to content

Commit

Permalink
excluded assets and definitions from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
C00ldudeNoonan committed Dec 20, 2024
1 parent 9574a9b commit 4ad4444
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# setup() expects. So omit files that call setup() since they cannot be loaded without errors.
f"{snippets_folder}/dagster-plus/deployment/serverless/runtime-environment/data_files_setup.py",
f"{snippets_folder}/dagster-plus/deployment/serverless/runtime-environment/example_setup.py",
# these files are part of a completed project and the import references are failing the tests
f"{snippets_folder}/guides/tutorials/etl_tutorial_completed/etl_tutorial/assets.py",
f"{snippets_folder}/guides/tutorials/etl_tutorial_completed/etl_tutorial/definitions.py",
}

EXCLUDED_DIRS = {
Expand Down

0 comments on commit 4ad4444

Please sign in to comment.