python313Packages.swh-core: disable tests on Darwin
This commit is contained in:
@@ -81,6 +81,9 @@ buildPythonPackage rec {
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
# Many broken tests on Darwin. Disabling them for now.
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp-utils
|
||||
flask
|
||||
|
||||
Reference in New Issue
Block a user