Conversation
There was a problem hiding this comment.
Result of nixpkgs-review pr 233393 run on x86_64-linux 1
2 packages failed to build:
- poetryPlugins.poetry-plugin-up
- poetryPlugins.poetry-plugin-up.dist
4 packages built:
- poetry
- poetry.dist
- poetryPlugins.poetry-audit-plugin
- poetryPlugins.poetry-audit-plugin.dist
Reviewed points
- changes are backward compatible
- removed options are declared with
mkRemovedOptionModule - changes that are not backward compatible are documented in release notes
- module tests succeed on ARCHITECTURE
- options types are appropriate
- options description is set
- options example is provided
- documentation affected by the changes is updated
Possible improvements
Documenting how to invoke with and without plugins from a nixos configuration or flake would be helpful.
Comments
Fails to build on x86_64-linux due to plugin dependency build failures.
Failures are, ironically, due to AttributeError: 'PyProjectTOML' object has no attribute 'file' during the test_e2e.py portion of the pytestCheckPhase, rather than failure to actually build the plugin. May be simple incompatibility in toml?
Diagnosis may be complicated by apparent failure building (optional) pandas dependency for python-3.10 in latest nixpkgs commits.
|
The patch, #220252, seems to cause the |
|
I encountered a build failure the first time I built this on |
Looks like we've got a new type of failure on the latest |
Based largely upon work from the hence-abandoned [PR NixOS#233393](NixOS#233393). Diff: python-poetry/poetry@refs/tags/1.4.2...1.5.1 Changelogs: - 1.4.2 -> 1.5.0: [python-poetry/poetry@refs/tags/1.5.0/CHANGELOG.md](https://github.com/python-poetry/poetry/blob/refs/tags/1.5.0/CHANGELOG.md?rgh-link-date=2023-07-04T10%3A34%3A42Z) - 1.5.0 -> 1.5.1: [python-poetry/poetry@refs/tags/1.5.1/CHANGELOG.md](https://github.com/python-poetry/poetry/blob/refs/tags/1.5.1/CHANGELOG.md?rgh-link-date=2023-07-04T10%3A34%3A42Z)
398e5b2 to
69415b9
Compare
Description of changes
Diff: python-poetry/poetry@refs/tags/1.4.2...1.5.1
Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.5.1/CHANGELOG.md
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)closes #241458