-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
pythonPackages.matplotlib: put tests in separate output #19870
Conversation
@FRidh, thanks for your PR! By analyzing the history of the files in this pull request, we identified @aherrmann, @rycee and @domenkozar to be potential reviewers. |
wrapPythonPrograms | ||
'' + lib.optionalString catchConflicts '' | ||
# check if we have two packages with the same name in closure and fail | ||
# this shouldn't happen, something went wrong with dependencies specs | ||
${python.interpreter} ${./catch_conflicts.py} | ||
''; | ||
'' + attrs.postFixup or ''''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think ""
is more clear than ''''
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, or maybe + optional hasattr "postFixup" attrs
Thanks for spending time on this! |
hmm, unfortunately this isn't working yet for matplotlib. The tests ( |
Since 678b917f000a6b6a8affab1c5e69f49de2c5543a was needed elsewhere I pushed it as 85a87f5 |
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)