-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
python312Packages.green: remove failing test #335757
Conversation
test_command fails with: `AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?` Upstream issue has been reported to: CleanCut/green#299 Signed-off-by: Florian Brandes <[email protected]>
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 7 packages built:
The following issues got detected with the above build packages.
python311Packages.green.dist:
Package is missing maintainers. got build log for '/nix/store/x0dhrgfmj95p8ag4ajyn2n45vlliq2m9-python3.11-green-4.0.2-dist' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. got build log for '/nix/store/5mdy4y5lhnzrnrfh3bacs0zagb1pja03-python3.11-green-4.0.2' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. error: build log of '/nix/store/5mhi4gld50d90kwygmxzz9sa8c1bd0h0-python3.12-green-4.0.2-dist' is not available Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. error: build log of '/nix/store/pjq04lag039pswm875hh3bqh69vjf9xp-python3.12-green-4.0.2' is not available Near pkgs/development/python-modules/green/default.nix:51:5:
|
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 4 packages built:
The following issues got detected with the above build packages.
python311Packages.green.dist:
Package is missing maintainers. got build log for '/nix/store/iy850lq6kzrz98qxki5lf1hblfmg5wz0-python3.11-green-4.0.2-dist' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. got build log for '/nix/store/876cs87n2v0mjhl3xc1ak6gxvlvi34ka-python3.11-green-4.0.2' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. got build log for '/nix/store/ldyn50jvn7wr4f1rfr25ma5xgw9f8www-python3.12-green-4.0.2-dist' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
Package is missing maintainers. got build log for '/nix/store/gj1ki4lykgp0pgbwlp5n1y8j09vc3rs8-python3.12-green-4.0.2' from 'daemon' Near pkgs/development/python-modules/green/default.nix:51:5:
|
Description of changes
test_command fails with:
AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?
Upstream issue has been reported to:
CleanCut/green#299
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.