python3Packages.diskcache: enable tests on darwin

Changed files
-3
pkgs
development
python-modules
diskcache
-3
pkgs/development/python-modules/diskcache/default.nix
···
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"