Loading pkgs/development/python-modules/swh-auth/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitLab, setuptools, Loading Loading @@ -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 Loading Loading
pkgs/development/python-modules/swh-auth/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitLab, setuptools, Loading Loading @@ -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 Loading