voicevox-engine: re-enable disabled tests (#390490)

This commit is contained in:
Toma
2025-03-16 23:26:59 +01:00
committed by GitHub
@@ -91,16 +91,6 @@ python3Packages.buildPythonApplication rec {
mv test_character_info resources/character_info
'';
disabledTests = [
# this test checks the behaviour of openapi
# one of the functions returns a slightly different output due to openapi version differences
"test_OpenAPI"
# these tests fail due to some tiny floating point discrepancies
"test_upspeak_voiced_last_mora"
"test_upspeak_voiced_N_last_mora"
];
nativeCheckInputs = with python3Packages; [
pytestCheckHook
syrupy