diff --git a/tests/test_stream.py b/tests/test_stream.py index 1d95839..12e3675 100644 --- a/tests/test_stream.py +++ b/tests/test_stream.py @@ -249,9 +249,6 @@ async def test_readline_exception(self): async def test_readexactly_partial_exception(self): """Test readexactly returning partial data before an exception""" - import logging - logging.basicConfig(level='DEBUG') - async with self.connect() as conn: stdin, stdout, _ = await conn.open_session('partial')