Merge pull request #144698 from r-burns/intake
python3Packages.intake: disable flaky darwin test
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user