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:
@@ -59,6 +59,10 @@ buildPythonPackage rec {
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
"scripts/download_data.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "datashader" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user