platformio: disable failing test in overriden marshmallow

This commit is contained in:
Martin Weinelt
2026-07-04 16:37:48 +02:00
parent 2ec73a9c58
commit 3d2d83769d
+6 -1
View File
@@ -24,7 +24,12 @@ let
hash = "sha256-l5pEhv8D6jRlU24SlsGQEkXda/b7KUdP9mAqrZCbl38=";
};
propagatedBuildInputs = with python3.pkgs; [ packaging ];
dependencies = with python3.pkgs; [ packaging ];
disabledTests = [
# 'year must be in 1..9999, not 292278994' instead of 'out of range'
"test_from_timestamp_with_overflow_value"
];
});
};
};