python313Packages.swh-objstorage: disable tests on Darwin
This commit is contained in:
@@ -81,6 +81,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "swh.objstorage" ];
|
||||
|
||||
# Many broken tests on Darwin. Disabling them for now.
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
enabledTestPaths = [ "swh/objstorage/tests" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user