tests/{none-ls,efmls-configs}: disable phpstan

https://github.com/NixOS/nixpkgs/pull/356691
This commit is contained in:
Gaetan Lepage 2024-11-17 12:22:07 +01:00 committed by nix-infra-bot
parent 909b4f41d7
commit 8b77198d49
2 changed files with 6 additions and 0 deletions

View file

@ -125,6 +125,9 @@
"opacheck" "opacheck"
"rego" "rego"
"prisma_format" "prisma_format"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
] ]
++ (lib.optionals pkgs.stdenv.isDarwin [ ++ (lib.optionals pkgs.stdenv.isDarwin [
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin

View file

@ -31,6 +31,9 @@
# TODO: added 2024-10-15 # TODO: added 2024-10-15
# re-enable after fixed # re-enable after fixed
"dmd" "dmd"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
] ]
++ lib.optionals (system == "aarch64-linux") [ ++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13 # Broken as of 2024-07-13