python313Packages.swh-auth: disable tests on Darwin

This commit is contained in:
Pol Dellaiera
2026-03-15 10:07:46 +01:00
parent 82223c4e5c
commit 40e8e29a60
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitLab,
setuptools,
@@ -47,6 +48,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "swh.auth" ];
# Many broken tests on Darwin. Disabling them for now.
doCheck = !stdenv.hostPlatform.isDarwin;
nativeCheckInputs = [
aiocache
djangorestframework