[Backport release-26.05] voicevox-engine: fix build by disabling failing test (#526072)

This commit is contained in:
Toma
2026-05-30 18:46:14 +00:00
committed by GitHub

View File

@@ -97,6 +97,11 @@ python3Packages.buildPythonApplication (finalAttrs: {
httpx
];
disabledTests = [
# test expects an exact response, but OpenAPI is returning something a tiny bit different
"test_OpenAPI"
];
passthru = {
resources = fetchFromGitHub {
name = "voicevox-resource-${finalAttrs.version}"; # this contains ${version} to invalidate the hash upon updating the package