Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax ruamel-yaml requirements #3433

Merged
merged 1 commit into from
May 12, 2023
Merged

Relax ruamel-yaml requirements #3433

merged 1 commit into from
May 12, 2023

Commits on May 11, 2023

  1. Relax ruamel-yaml requirements

    As requiring the latest ruamel-yaml at runtime can impose downstream
    packaging issues, we will only require a compatible version of the
    library.
    
    For testing we will only test with a fresh known version of
    ruamel.yaml because we know that this impacts YAML dumping behavior.
    
    This introduces a runtime warning when --write option is used with
    older versions of ruamel.
    
    The output of --version is also modified to include information about
    versions of these two libraries.
    ssbarnea committed May 11, 2023
    Configuration menu
    Copy the full SHA
    bf89a29 View commit details
    Browse the repository at this point in the history