mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
tests: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455238
This commit is contained in:
committed by
Gaétan Lepage
parent
2847594d13
commit
0892bc7ce6
@@ -13,6 +13,10 @@ let
|
||||
};
|
||||
|
||||
disabledTests = [
|
||||
# TODO 2025-10-24
|
||||
# build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
|
||||
"yamlfix"
|
||||
|
||||
# TODO: 2025-10-03
|
||||
# Transient dependency `vmr` has a build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/431811
|
||||
|
||||
@@ -97,6 +97,10 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user