Unverified Commit 5e4277d4 authored by locnide's avatar locnide
Browse files

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.
parent 3c86acf9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@ buildPythonPackage rec {
    writableTmpDirAsHomeHook
  ];

  disabledTestPaths = [
    "scripts/download_data.py"
  ];

  pythonImportsCheck = [ "datashader" ];

  meta = {