summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-15 22:01:04 +0800
committerBobby Rong <rjl931189261@126.com>2022-06-15 22:01:04 +0800
commitfe1f4564af61f3e3d3784b89668c61ede998e710 (patch)
tree774f998e59845350265a7ef95783af9c71c7dfea
parentfae6144d7deac0e42d69661cdfe88e7d62e0cab8 (diff)
downloadnixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar.gz
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar.bz2
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar.lz
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar.xz
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.tar.zst
nixpkgs-fe1f4564af61f3e3d3784b89668c61ede998e710.zip
nixos/tests/vscodium: skip type check for now
-rw-r--r--nixos/tests/vscodium.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix
index 688ddfe07e3..3bdb99947a4 100644
--- a/nixos/tests/vscodium.nix
+++ b/nixos/tests/vscodium.nix
@@ -32,6 +32,14 @@ let
         maintainers = [ synthetica turion ];
       };
       enableOCR = true;
+
+      # testScriptWithTypes:55: error: Item "function" of
+      # "Union[Callable[[Callable[..., Any]], ContextManager[Any]], ContextManager[Any]]"
+      # has no attribute "__enter__"
+      #     with codium_running:
+      #          ^
+      skipTypeCheck = true;
+
       testScript = ''
         @polling_condition
         def codium_running():