From fe1f4564af61f3e3d3784b89668c61ede998e710 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 15 Jun 2022 22:01:04 +0800 Subject: nixos/tests/vscodium: skip type check for now --- nixos/tests/vscodium.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixos/tests/vscodium.nix') 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(): -- cgit 1.4.1