nixos/tests/vscodium: skip type check for now
This commit is contained in:
parent
fae6144d7d
commit
fe1f4564af
1 changed files with 8 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue