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

https://github.com/NixOS/nixpkgs/pull/360546
This commit is contained in:
Gaetan Lepage 2024-11-30 21:42:10 +01:00
parent 8fa53164b5
commit c500a3ffe1
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-30
# Fixed in https://github.com/NixOS/nixpkgs/pull/360546
"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

@ -32,6 +32,9 @@
# re-enable after fixed # re-enable after fixed
"dmd" "dmd"
# TODO: added 2024-11-30 # TODO: added 2024-11-30
# Fixed in https://github.com/NixOS/nixpkgs/pull/360546
"phpstan"
# TODO: added 2024-11-30
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544 # Fixed in https://github.com/NixOS/nixpkgs/pull/360544
"psalm" "psalm"
] ]