python312Packages.django-haystack: disable tests on darwin

They run into errors and ultimately stall the build job.
This commit is contained in:
Martin Weinelt
2024-11-04 21:49:10 +01:00
parent 981216bb34
commit b975612ef1
@@ -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