about summary refs log tree commit diff
path: root/pkgs/development/python-modules/intake
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-11-04 20:44:20 -0700
committerRyan Burns <rtburns@protonmail.com>2021-11-05 13:09:12 -0700
commit2f2791faa15285fa9507222742d0758a88a1777f (patch)
treeb4c9e0bc883edeebcc3617416a1d1de0b0f755ca /pkgs/development/python-modules/intake
parent914813789d3a7b8604881882d991c5d116429827 (diff)
python3Packages.intake: disable flaky darwin test
Diffstat (limited to 'pkgs/development/python-modules/intake')
-rw-r--r--pkgs/development/python-modules/intake/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/intake/default.nix b/pkgs/development/python-modules/intake/default.nix
index 26448f3a21d28..0228ae6bcf233 100644
--- a/pkgs/development/python-modules/intake/default.nix
+++ b/pkgs/development/python-modules/intake/default.nix
@@ -21,6 +21,7 @@
 , pythonOlder
 , pyyaml
 , requests
+, stdenv
 , tornado
 }:
 
@@ -84,6 +85,12 @@ buildPythonPackage rec {
     "http"
     "test_read_pattern"
     "test_remote_arr"
+    "test_flatten_flag"
+    # Timing-based, flaky on darwin and possibly others
+    "TestServerV1Source.test_idle_timer"
+  ] ++ lib.optionals (stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13") [
+    # Flaky with older low-res mtime on darwin < 10.13 (#143987)
+    "test_second_load_timestamp"
   ];
 
   pythonImportsCheck = [