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

This commit is contained in:
Martin Weinelt
2024-11-04 22:15:38 +01:00
committed by GitHub
@@ -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