What changed
Two tests in test_onboarding_existing_config.py now skip gracefully when PyYAML is not installed in the test environment, matching the pattern already used in test_onboarding_mvp.py. No production code was changed.
Also removes a duplicate _HAS_YAML/_needs_yaml definition that was present in both the top of the file (added in this PR) and lower down in the integration test section — consolidated to a single top-level definition.
Thanks to @nesquena for the fix (PR #564).
What's Changed
- test: skip onboarding config tests when PyYAML unavailable — v0.50.60 by @nesquena-hermes in #565
Full Changelog: v0.50.59...v0.50.60