mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
python312Packages.django-haystack: disable tests on darwin (#353711)
This commit is contained in:
commit
ce460c0426
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user