diff --git a/pkgs/development/python-modules/diskcache/default.nix b/pkgs/development/python-modules/diskcache/default.nix index 302eb675c39d..75ea4bb1df5b 100644 --- a/pkgs/development/python-modules/diskcache/default.nix +++ b/pkgs/development/python-modules/diskcache/default.nix @@ -31,9 +31,6 @@ buildPythonPackage rec { pytestCheckHook ]; - # Darwin sandbox causes most tests to fail - doCheck = !stdenv.hostPlatform.isDarwin; - disabledTests = [ # Very time sensitive, can fail on over subscribed machines "test_incr_update_keyerror"