rdobuilder 23dcc2
--- a/dev-requirements.txt
rdobuilder 23dcc2
+++ b/dev-requirements.txt
rdobuilder 23dcc2
@@ -17,7 +17,5 @@ coverage>=6.2,<7
rdobuilder 23dcc2
 alabaster==0.7.13
rdobuilder 23dcc2
 releases>=2.1
rdobuilder 23dcc2
 watchdog<2
rdobuilder 23dcc2
-# Debuggery
rdobuilder 23dcc2
-icecream>=2.1
rdobuilder 23dcc2
 # Self (sans GSS which is a pain to bother with most of the time)
rdobuilder 23dcc2
 -e ".[invoke]"
rdobuilder 23dcc2
--- a/tests/conftest.py
rdobuilder 23dcc2
+++ b/tests/conftest.py
rdobuilder 23dcc2
@@ -22,13 +22,6 @@ from ._loop import LoopSocket
rdobuilder 23dcc2
 from ._stub_sftp import StubServer, StubSFTPServer
rdobuilder 23dcc2
 from ._util import _support
rdobuilder 23dcc2
 
rdobuilder 23dcc2
-from icecream import ic, install as install_ic
rdobuilder 23dcc2
-
rdobuilder 23dcc2
-
rdobuilder 23dcc2
-# Better print() for debugging - use ic()!
rdobuilder 23dcc2
-install_ic()
rdobuilder 23dcc2
-ic.configureOutput(includeContext=True)
rdobuilder 23dcc2
-
rdobuilder 23dcc2
 
rdobuilder 23dcc2
 # Perform logging by default; pytest will capture and thus hide it normally,
rdobuilder 23dcc2
 # presenting it on error/failure. (But also allow turning it off when doing