mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
tests: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455238
This commit is contained in:
parent
2847594d13
commit
0892bc7ce6
2 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue