python312Packages.sentry-sdk: disable tests on darwin (#400868)

This commit is contained in:
Martin Weinelt
2025-04-22 17:54:29 +02:00
committed by GitHub
@@ -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"