Unverified Commit 72a26204 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents cc973b60 ec9582b0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"