Unverified Commit ce460c04 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.django-haystack: disable tests on darwin (#353711)

parents 08645b48 b975612e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  requests,
  setuptools-scm,
  setuptools,
  stdenv,
  whoosh,
}:

@@ -41,6 +42,9 @@ buildPythonPackage rec {
    elasticsearch = [ elasticsearch ];
  };

  # tests fail and get stuck on darwin
  doCheck = !stdenv.hostPlatform.isDarwin;

  nativeCheckInputs = [
    geopy
    pysolr