From bbc36c53c78bb7caa835a8e2eda03562fe55ad2b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 25 Oct 2025 18:25:37 +0200 Subject: [PATCH] Revert "tests: disable yamlfix (build failure)" This reverts commit 0892bc7ce6773922ae3bd2bc9bf220c51f269551. --- tests/all-package-defaults.nix | 4 ---- tests/test-sources/plugins/by-name/none-ls/default.nix | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index 5dcdbf4a..53a1f259 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -13,10 +13,6 @@ let }; disabledTests = [ - # TODO 2025-10-24 - # build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238) - "yamlfix" - # 2025-10-12 dependency mbedtls is marked as insecure "haxe" ] diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index f3cd6217..c71f5549 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -97,10 +97,6 @@ sources = let disabled = [ - # TODO Added 2025-10-24 - # build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238) - "yamlfix" - # TODO Added 2025-10-12 # mbedtls is marked insecure "haxe_formatter"