From 5337c7093d089c900785707649238db5618364c0 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Sun, 16 Mar 2025 21:57:46 +0100 Subject: [PATCH] voicevox-engine: re-enable disabled tests --- pkgs/by-name/vo/voicevox-engine/package.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/vo/voicevox-engine/package.nix b/pkgs/by-name/vo/voicevox-engine/package.nix index 76735279f5f4..7eb27b5127ae 100644 --- a/pkgs/by-name/vo/voicevox-engine/package.nix +++ b/pkgs/by-name/vo/voicevox-engine/package.nix @@ -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