Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Jan 29, 2022
1 parent d32b136 commit b7e7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/help/help_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_help_goals() -> None:
def test_help_goals_only_show_implemented() -> None:
# Some core goals, such as `./pants test`, require downstream implementations to work
# properly. We should only show those goals when an implementation is provided.
goals_that_need_implementation = ["binary", "fmt", "lint", "run", "test"]
goals_that_need_implementation = ["package", "fmt", "run", "test"]
command = ["--pants-config-files=[]", "help", "goals"]

not_implemented_run = run_pants(["--backend-packages=[]", *command])
Expand Down

0 comments on commit b7e7b5f

Please sign in to comment.