mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:07:33 +00:00
python312Packages.hvplot: fix checks on darwin (#360891)
This commit is contained in:
commit
c3b0eb39bd
@ -69,6 +69,12 @@ buildPythonPackage rec {
|
||||
"hvplot/tests/testutil.py"
|
||||
];
|
||||
|
||||
# need to set MPLBACKEND=agg for headless matplotlib for darwin
|
||||
# https://github.com/matplotlib/matplotlib/issues/26292
|
||||
preCheck = ''
|
||||
export MPLBACKEND=agg
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "hvplot.pandas" ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user