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
commit ce460c0426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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