18 lines
582 B
Diff
18 lines
582 B
Diff
|
Index: paramiko-3.1.0/tests/conftest.py
|
||
|
===================================================================
|
||
|
--- paramiko-3.1.0.orig/tests/conftest.py
|
||
|
+++ paramiko-3.1.0/tests/conftest.py
|
||
|
@@ -10,12 +10,6 @@ from .loop import LoopSocket
|
||
|
from .stub_sftp import StubServer, StubSFTPServer
|
||
|
from .util import _support
|
||
|
|
||
|
-from icecream import ic, install as install_ic
|
||
|
-
|
||
|
-
|
||
|
-install_ic()
|
||
|
-ic.configureOutput(includeContext=True)
|
||
|
-
|
||
|
|
||
|
# Perform logging by default; pytest will capture and thus hide it normally,
|
||
|
# presenting it on error/failure. (But also allow turning it off when doing
|