python312Packages.sentry-sdk: disable test on darwin

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-04-22 17:34:48 +02:00
parent 06979b75cd
commit ec9582b0c9
@@ -62,6 +62,7 @@
pytest-xdist,
pytest-watch,
responses,
stdenv,
}:
buildPythonPackage rec {
@@ -167,6 +168,11 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
# darwin: 'profiler should not be running'
"tests/profiler/test_continuous_profiler.py"
];
disabledTests = [
# depends on git revision
"test_default_release"