Skip to content

Commit ce460c0

Browse files
authored
python312Packages.django-haystack: disable tests on darwin (#353711)
2 parents 08645b4 + b975612 commit ce460c0

File tree

1 file changed

+4
-0
lines changed
  • pkgs/development/python-modules/django-haystack

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/django-haystack/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
requests,
1313
setuptools-scm,
1414
setuptools,
15+
stdenv,
1516
whoosh,
1617
}:
1718

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

45+
# tests fail and get stuck on darwin
46+
doCheck = !stdenv.hostPlatform.isDarwin;
47+
4448
nativeCheckInputs = [
4549
geopy
4650
pysolr

0 commit comments

Comments
 (0)