Unverified Commit 96e254ac authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 2c5f28ae 10e7ac2b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  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";