python3Packages.wandb: skip sentry tests

Tests regressed after an update of the sentry-sdk.

https://hydra.nixos.org/build/294645255/nixlog/2/tail
This commit is contained in:
Martin Weinelt
2025-04-12 18:18:54 +02:00
parent 34e5ab6c28
commit 2e8b0eeeaa
@@ -250,6 +250,9 @@ buildPythonPackage rec {
disabledTestPaths = [
# Require docker access
"tests/system_tests"
# broke somewhere between sentry-sdk 2.15.0 and 2.22.0
"tests/unit_tests/test_analytics/test_sentry.py"
];
disabledTests =