Skip to content

Commit ebdbf17

Browse files
committed
skip coverage on ShellSpec for travis
1 parent b63f5ee commit ebdbf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py_src/jupyter_lsp/specs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __call__(
3333
return {}
3434

3535

36-
class ShellSpec(SpecBase):
36+
class ShellSpec(SpecBase): # pragma: no cover
3737
""" Helper for a language server spec for executables on $PATH in the
3838
notebook server environment.
3939
"""

0 commit comments

Comments
 (0)