summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-10 13:43:12 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-10 13:43:12 -0500
commite5495aa06153f7454a7576e4ec23b54fe062b844 (patch)
tree184b390a856ba6a85237581b7e1e0a3e0ebb5cea
parenta9ead5ec359038efc96603ad28b0f2eb9255ec3b (diff)
downloadparamiko-e5495aa06153f7454a7576e4ec23b54fe062b844.tar.gz
Nix old todo
-rw-r--r--tests/conftest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 2b509c5c..3cecb7e8 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -11,10 +11,6 @@ from .stub_sftp import StubServer, StubSFTPServer
from .util import _support
-# TODO: not a huge fan of conftest.py files, see if we can move these somewhere
-# 'nicer'.
-
-
# 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
# very pinpoint debugging - e.g. using breakpoints, so you don't want output