python3Packages.rocksdict: disable testing on Darwin due to segfault (#484194)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user