Loading pkgs/development/python-modules/firebase-admin/default.nix +10 −12 Original line number Diff line number Diff line Loading @@ -50,14 +50,12 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; disabledTests = [ disabledTests = [ # Flaky (AssertionError) # > assert delta <= timedelta(seconds=15) # E assert datetime.timedelta(seconds=17, microseconds=28239) <= datetime.timedelta(seconds=15) "test_task_options" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Flaky / timing sensitive "test_expired_cookie_with_tolerance" "test_expired_token_with_tolerance" Loading Loading
pkgs/development/python-modules/firebase-admin/default.nix +10 −12 Original line number Diff line number Diff line Loading @@ -50,14 +50,12 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; disabledTests = [ disabledTests = [ # Flaky (AssertionError) # > assert delta <= timedelta(seconds=15) # E assert datetime.timedelta(seconds=17, microseconds=28239) <= datetime.timedelta(seconds=15) "test_task_options" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Flaky / timing sensitive "test_expired_cookie_with_tolerance" "test_expired_token_with_tolerance" Loading