python313Packages.swh-auth: disable tests on Darwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user