rdobuilder 90d820
--- a/dev-requirements.txt
rdobuilder 90d820
+++ b/dev-requirements.txt
rdobuilder 90d820
@@ -16,7 +16,5 @@ codecov==2.1.12
rdobuilder 90d820
 # Documentation tools
rdobuilder 90d820
 alabaster==0.7.13
rdobuilder 90d820
 releases>=2.1
rdobuilder 90d820
-# Debuggery
rdobuilder 90d820
-icecream>=2.1
rdobuilder 90d820
 # Self (sans GSS which is a pain to bother with most of the time)
rdobuilder 90d820
 -e ".[invoke]"
rdobuilder 90d820
--- a/tests/conftest.py
rdobuilder 90d820
+++ b/tests/conftest.py
rdobuilder 90d820
@@ -10,12 +10,6 @@ from .loop import LoopSocket
rdobuilder 90d820
 from .stub_sftp import StubServer, StubSFTPServer
rdobuilder 90d820
 from .util import _support
rdobuilder 90d820
 
rdobuilder 90d820
-from icecream import ic, install as install_ic
rdobuilder 90d820
-
rdobuilder 90d820
-
rdobuilder 90d820
-install_ic()
rdobuilder 90d820
-ic.configureOutput(includeContext=True)
rdobuilder 90d820
-
rdobuilder 90d820
 
rdobuilder 90d820
 # Perform logging by default; pytest will capture and thus hide it normally,
rdobuilder 90d820
 # presenting it on error/failure. (But also allow turning it off when doing