python312Packages.sentry-sdk: disable test on darwin
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user