python3Packages.datashader: fix build

The download_data.py file was causing the tests to fail by trying to
download data.
This file have been excluded from the test path.
This commit is contained in:
locnide
2026-03-08 16:55:22 +01:00
parent 3c86acf9d0
commit 5e4277d4c3
@@ -59,6 +59,10 @@ buildPythonPackage rec {
writableTmpDirAsHomeHook
];
disabledTestPaths = [
"scripts/download_data.py"
];
pythonImportsCheck = [ "datashader" ];
meta = {