python3Packages.diskcache: enable tests on darwin (#423570)

This commit is contained in:
Wolfgang Walther
2025-07-11 17:27:33 +00:00
committed by GitHub
@@ -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"