Loading pkgs/development/python-modules/sentry-sdk/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ pytest-xdist, pytest-watch, responses, stdenv, }: buildPythonPackage rec { Loading Loading @@ -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" Loading Loading
pkgs/development/python-modules/sentry-sdk/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ pytest-xdist, pytest-watch, responses, stdenv, }: buildPythonPackage rec { Loading Loading @@ -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" Loading