python3Packages.dask: remove superfluous disabledTests

This commit is contained in:
Robert Schütz
2021-04-27 21:09:27 +02:00
parent 0e54200b06
commit acffa671a9
@@ -1,4 +1,5 @@
{ lib { lib
, stdenv
, bokeh , bokeh
, buildPythonPackage , buildPythonPackage
, fetchpatch , fetchpatch
@@ -77,9 +78,7 @@ buildPythonPackage rec {
"-m 'not network'" "-m 'not network'"
]; ];
disabledTests = [ disabledTests = lib.optionals stdenv.isDarwin [
"test_annotation_pack_unpack"
"test_annotations_blockwise_unpack"
# this test requires features of python3Packages.psutil that are # this test requires features of python3Packages.psutil that are
# blocked in sandboxed-builds # blocked in sandboxed-builds
"test_auto_blocksize_csv" "test_auto_blocksize_csv"