about summary refs log tree commit diff
path: root/pkgs/development/python-modules/intake
diff options
context:
space:
mode:
authorThiago Franco de Moraes <totonixsame@gmail.com>2021-06-21 16:09:04 -0300
committerThiago Franco de Moraes <totonixsame@gmail.com>2021-06-21 16:10:43 -0300
commitb2008ab5b87726a9a5e181b5e6e865df53435f09 (patch)
treef038ebbb014fc6e8711dcb971ed10243eef86e97 /pkgs/development/python-modules/intake
parent9668c0eec60bc549e41039efacd855469bcf914c (diff)
python3Packages.intake: Disabling a broken test
Diffstat (limited to 'pkgs/development/python-modules/intake')
-rw-r--r--pkgs/development/python-modules/intake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/intake/default.nix b/pkgs/development/python-modules/intake/default.nix
index 41207295a2c91..fff6d74b56a15 100644
--- a/pkgs/development/python-modules/intake/default.nix
+++ b/pkgs/development/python-modules/intake/default.nix
@@ -73,6 +73,7 @@ buildPythonPackage rec {
 
     # broken test
     "test_read_pattern"
+    "test_remote_arr"
   ];
 
   meta = with lib; {