Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Oct 28, 2024
1 parent 89bb079 commit 91ecf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_cli/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def project_cli() -> None:
# Keywords to flag in package names. When a project name contains one of these keywords, we check
# if a conflicting PyPI package exists.
FLAGGED_PACKAGE_KEYWORDS = ["dagster", "dbt"]
VALID_EXCLUDES: List[str] = ["README", "setup", "test"]
VALID_EXCLUDES: List[str] = ["README", "setup", "tests"]

scaffold_repository_command_help_text = (
"(DEPRECATED; Use `dagster project scaffold --excludes readme` instead) "
Expand Down

0 comments on commit 91ecf1c

Please sign in to comment.