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

python312Packages.plotly: cleanup, enable checks on darwin #347763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pbsds
Copy link
Member

@pbsds pbsds commented Oct 10, 2024

this are fixes i made for #347567, but i did not push it due to the eval backlog

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@pbsds pbsds marked this pull request as ready for review October 10, 2024 15:52
@@ -66,7 +65,7 @@ buildPythonPackage rec {
ipython
ipywidgets
which
orca
# orca # unable to locate binary, is this the right package?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place orca and psutil in optional-dependencies per https://plotly.com/python/getting-started/#orca

Then take them out of the check inputs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add kaleido to the check inputs and disable kaleido tests on Darwin (as they try to launch it as a subprocess). See my recommended changes on the previous PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI The reason orca isn't working as a check input here is one of its dependencies isn't building on Darwin (libaio, which is Linux-specific.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice finding that orca is legacy!

optional-dependencies is supposed to mirror the optional deps defined in the package manifest, which I can't see plotly doing that neither in the code nor in the produced METADATA file.

kaleido is already in dependencies and thus need not also be added to check inputs

];
disabledTestPaths = [
# unable to locate orca binary
"plotly/tests/test_orca/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Comment on lines +87 to +82
"test_dependencies_not_imported"
"test_lazy_imports"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These fail because the correct libraries aren't available at check time. Put only the pytestCheckHook in nativeCheckInputs and the rest (save for optional dependencies) into checkInputs. That will fix these tests.

From the stdenv documentation:

Dependencies needed only to run tests are similarly classified between native (executed during build) and non-native (executed at runtime):
nativeCheckInputs for test tools needed on $PATH (such as ctest) and setup hooks (for example pytestCheckHook)
checkInputs for libraries linked into test executables (for example the qcheck OCaml package)
These dependencies are only injected when doCheck is set to true.

Copy link
Member Author

@pbsds pbsds Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tried it, doesn't fix the lazy loading tests. python checkInputs are imported on the build architecture and will thus break cross

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 347763


x86_64-linux

⏩ 8 packages marked as broken and skipped:
  • python311Packages.pymatgen
  • python311Packages.pymatgen.dist
  • python311Packages.sumo
  • python311Packages.sumo.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
✅ 122 packages built:
  • apkleaks
  • apkleaks.dist
  • checkov
  • checkov.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • hp2p
  • jadx
  • python311Packages.ax-platform
  • python311Packages.ax-platform.dist
  • python311Packages.catboost
  • python311Packages.catboost.dist
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.compressai
  • python311Packages.compressai.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.dist
  • python311Packages.dash
  • python311Packages.dash-bootstrap-components
  • python311Packages.dash-bootstrap-components.dist
  • python311Packages.dash.dist
  • python311Packages.experiment-utilities
  • python311Packages.experiment-utilities.dist
  • python311Packages.explorerscript
  • python311Packages.explorerscript.dist
  • python311Packages.igraph
  • python311Packages.igraph.dist
  • python311Packages.kmapper
  • python311Packages.kmapper.dist
  • python311Packages.leidenalg
  • python311Packages.leidenalg.dist
  • python311Packages.meshtastic
  • python311Packages.meshtastic.dist
  • python311Packages.niaarm
  • python311Packages.niaarm.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.plotly
  • python311Packages.plotly.dist
  • python311Packages.pyannote-audio
  • python311Packages.pyannote-audio.dist
  • python311Packages.pyannote-pipeline
  • python311Packages.pyannote-pipeline.dist
  • python311Packages.reflex
  • python311Packages.reflex.dist
  • python311Packages.scikit-tda
  • python311Packages.scikit-tda.dist
  • python311Packages.skytemple-dtef
  • python311Packages.skytemple-dtef.dist
  • python311Packages.skytemple-files
  • python311Packages.skytemple-files.dist
  • python311Packages.skytemple-ssb-debugger
  • python311Packages.skytemple-ssb-debugger.dist
  • python311Packages.synergy
  • python311Packages.synergy.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.catboost
  • python312Packages.catboost.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.cufflinks
  • python312Packages.cufflinks.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.optuna
  • python312Packages.optuna.dist
  • python312Packages.orange3
  • python312Packages.orange3.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.pyannote-audio
  • python312Packages.pyannote-audio.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • python312Packages.reflex
  • python312Packages.reflex.dist
  • python312Packages.scikit-tda
  • python312Packages.scikit-tda.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.skytemple-ssb-debugger
  • python312Packages.skytemple-ssb-debugger.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
  • quark-engine
  • quark-engine.dist
  • skytemple
  • skytemple.dist
  • theharvester
  • theharvester.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist

aarch64-linux

⏩ 8 packages marked as broken and skipped:
  • python311Packages.pymatgen
  • python311Packages.pymatgen.dist
  • python311Packages.sumo
  • python311Packages.sumo.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
❌ 8 packages failed to build:
  • python312Packages.optuna
  • python312Packages.optuna.dist
  • python312Packages.pyannote-audio
  • python312Packages.pyannote-audio.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
✅ 114 packages built:
  • apkleaks
  • apkleaks.dist
  • checkov
  • checkov.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • hp2p
  • jadx
  • python311Packages.ax-platform
  • python311Packages.ax-platform.dist
  • python311Packages.catboost
  • python311Packages.catboost.dist
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.compressai
  • python311Packages.compressai.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.dist
  • python311Packages.dash
  • python311Packages.dash-bootstrap-components
  • python311Packages.dash-bootstrap-components.dist
  • python311Packages.dash.dist
  • python311Packages.experiment-utilities
  • python311Packages.experiment-utilities.dist
  • python311Packages.explorerscript
  • python311Packages.explorerscript.dist
  • python311Packages.igraph
  • python311Packages.igraph.dist
  • python311Packages.kmapper
  • python311Packages.kmapper.dist
  • python311Packages.leidenalg
  • python311Packages.leidenalg.dist
  • python311Packages.meshtastic
  • python311Packages.meshtastic.dist
  • python311Packages.niaarm
  • python311Packages.niaarm.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.plotly
  • python311Packages.plotly.dist
  • python311Packages.pyannote-audio
  • python311Packages.pyannote-audio.dist
  • python311Packages.pyannote-pipeline
  • python311Packages.pyannote-pipeline.dist
  • python311Packages.reflex
  • python311Packages.reflex.dist
  • python311Packages.scikit-tda
  • python311Packages.scikit-tda.dist
  • python311Packages.skytemple-dtef
  • python311Packages.skytemple-dtef.dist
  • python311Packages.skytemple-files
  • python311Packages.skytemple-files.dist
  • python311Packages.skytemple-ssb-debugger
  • python311Packages.skytemple-ssb-debugger.dist
  • python311Packages.synergy
  • python311Packages.synergy.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.catboost
  • python312Packages.catboost.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.cufflinks
  • python312Packages.cufflinks.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.orange3
  • python312Packages.orange3.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.reflex
  • python312Packages.reflex.dist
  • python312Packages.scikit-tda
  • python312Packages.scikit-tda.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.skytemple-ssb-debugger
  • python312Packages.skytemple-ssb-debugger.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
  • quark-engine
  • quark-engine.dist
  • skytemple
  • skytemple.dist
  • theharvester
  • theharvester.dist

x86_64-darwin

⏩ 22 packages marked as broken and skipped:
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.pymatgen
  • python311Packages.pymatgen.dist
  • python311Packages.skytemple-dtef
  • python311Packages.skytemple-dtef.dist
  • python311Packages.skytemple-files
  • python311Packages.skytemple-files.dist
  • python311Packages.sumo
  • python311Packages.sumo.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python312Packages.orange3
  • python312Packages.orange3.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
❌ 28 packages failed to build:
  • apkleaks
  • apkleaks.dist
  • hp2p
  • jadx
  • python311Packages.catboost
  • python311Packages.catboost.dist
  • python311Packages.compressai
  • python311Packages.compressai.dist
  • python311Packages.dash
  • python311Packages.dash-bootstrap-components
  • python311Packages.dash-bootstrap-components.dist
  • python311Packages.dash.dist
  • python311Packages.niaarm
  • python311Packages.niaarm.dist
  • python311Packages.reflex
  • python311Packages.reflex.dist
  • python311Packages.synergy
  • python311Packages.synergy.dist
  • python312Packages.catboost
  • python312Packages.catboost.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.reflex
  • python312Packages.reflex.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
✅ 64 packages built:
  • checkov
  • checkov.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • python311Packages.ax-platform
  • python311Packages.ax-platform.dist
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.dist
  • python311Packages.experiment-utilities
  • python311Packages.experiment-utilities.dist
  • python311Packages.explorerscript
  • python311Packages.explorerscript.dist
  • python311Packages.igraph
  • python311Packages.igraph.dist
  • python311Packages.kmapper
  • python311Packages.kmapper.dist
  • python311Packages.leidenalg
  • python311Packages.leidenalg.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.plotly
  • python311Packages.plotly.dist
  • python311Packages.pyannote-pipeline
  • python311Packages.pyannote-pipeline.dist
  • python311Packages.scikit-tda
  • python311Packages.scikit-tda.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.cufflinks
  • python312Packages.cufflinks.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.optuna
  • python312Packages.optuna.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • python312Packages.scikit-tda
  • python312Packages.scikit-tda.dist
  • quark-engine
  • quark-engine.dist
  • theharvester
  • theharvester.dist

aarch64-darwin

⏩ 22 packages marked as broken and skipped:
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.pymatgen
  • python311Packages.pymatgen.dist
  • python311Packages.skytemple-dtef
  • python311Packages.skytemple-dtef.dist
  • python311Packages.skytemple-files
  • python311Packages.skytemple-files.dist
  • python311Packages.sumo
  • python311Packages.sumo.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python312Packages.orange3
  • python312Packages.orange3.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
❌ 28 packages failed to build:
  • apkleaks
  • apkleaks.dist
  • hp2p
  • jadx
  • python311Packages.compressai
  • python311Packages.compressai.dist
  • python311Packages.niaarm
  • python311Packages.niaarm.dist
  • python311Packages.reflex
  • python311Packages.reflex.dist
  • python311Packages.synergy
  • python311Packages.synergy.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.optuna
  • python312Packages.optuna.dist
  • python312Packages.pyannote-audio
  • python312Packages.pyannote-audio.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • python312Packages.reflex
  • python312Packages.reflex.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
✅ 70 packages built:
  • checkov
  • checkov.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • python311Packages.ax-platform
  • python311Packages.ax-platform.dist
  • python311Packages.catboost
  • python311Packages.catboost.dist
  • python311Packages.chart-studio
  • python311Packages.chart-studio.dist
  • python311Packages.cufflinks
  • python311Packages.cufflinks.dist
  • python311Packages.dash
  • python311Packages.dash-bootstrap-components
  • python311Packages.dash-bootstrap-components.dist
  • python311Packages.dash.dist
  • python311Packages.experiment-utilities
  • python311Packages.experiment-utilities.dist
  • python311Packages.explorerscript
  • python311Packages.explorerscript.dist
  • python311Packages.igraph
  • python311Packages.igraph.dist
  • python311Packages.kmapper
  • python311Packages.kmapper.dist
  • python311Packages.leidenalg
  • python311Packages.leidenalg.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.plotly
  • python311Packages.plotly.dist
  • python311Packages.pyannote-audio
  • python311Packages.pyannote-audio.dist
  • python311Packages.pyannote-pipeline
  • python311Packages.pyannote-pipeline.dist
  • python311Packages.scikit-tda
  • python311Packages.scikit-tda.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.catboost
  • python312Packages.catboost.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.cufflinks
  • python312Packages.cufflinks.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.scikit-tda
  • python312Packages.scikit-tda.dist
  • quark-engine
  • quark-engine.dist
  • theharvester
  • theharvester.dist

@pbsds pbsds force-pushed the feat-cleanup-plotly-1728575454 branch from 3568a4a to 2160479 Compare October 10, 2024 20:08
@pbsds pbsds changed the title python312Packages.plotly: cleanup python312Packages.plotly: cleanup, enable checks on darwin Oct 10, 2024
@pbsds pbsds force-pushed the feat-cleanup-plotly-1728575454 branch from 2160479 to 6da24bc Compare October 10, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants