refactor(conditions): 重命名HAS_APP_INSTALLED为HAS_INSTALLED

This commit is contained in:
2026-06-21 14:59:59 +08:00
parent cd38e1246a
commit 5ddfe8510c
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ def test_app_installed_conditions():
px.TaskSpec(
"python_check",
cmd=python_cmd,
conditions=(BuiltinConditions.HAS_APP_INSTALLED("python"),),
conditions=(BuiltinConditions.HAS_INSTALLED("python"),),
),
]
)