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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user