Skip to content

Commit 29c20dd

Browse files
committed
Skip ssh.ibt doctest since some runners appear to support it now
1 parent b309e10 commit 29c20dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pwnlib/tubes/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ def ibt(self):
21812181
Example:
21822182
21832183
>>> s = ssh("travis", "example.pwnme")
2184-
>>> s.ibt
2184+
>>> s.ibt # doctest: +SKIP
21852185
False
21862186
"""
21872187
if self._ibt is None:

0 commit comments

Comments
 (0)