python3Packages.rocksdict: disable testing on Darwin due to segfault (#484194)

This commit is contained in:
Gaétan Lepage
2026-01-27 00:37:58 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
rustPlatform,
@@ -57,6 +58,9 @@ buildPythonPackage (finalAttrs: {
"test"
];
# Trace/BPT Trap 5 calling `pytest` on darwin.
doCheck = !stdenv.hostPlatform.isDarwin;
meta = {
description = "Python fast on-disk dictionary / RocksDB & SpeeDB Python binding";
homepage = "https://github.com/rocksdict/RocksDict";