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

[Backport release-23.11] python3Packages.yamlpath: mark as broken #270267

Merged
merged 2 commits into from
Nov 26, 2023

Commits on Nov 26, 2023

  1. python3Packages.yamlpath: mark as broken

    `yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
    version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
    of the libraries own unit tests.
    
    As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
    marks the package as broken.
    
    [1]: https://github.com/wwkimball/yamlpath/blob/9bbddea5205147d49e612abb26cf1671a3861256/setup.py#L48
    
    (cherry picked from commit 53b4769)
    mfrischknecht authored and github-actions[bot] committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    8bcbfc0 View commit details
    Browse the repository at this point in the history
  2. python3Packages.yamlpath: explain why the package is broken

    Co-authored-by: Fabian Affolter <[email protected]>
    (cherry picked from commit 02e9c16)
    mfrischknecht authored and github-actions[bot] committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b6b9d25 View commit details
    Browse the repository at this point in the history