diff --git a/tests/utils.py b/tests/utils.py index 1456b091..6d82b460 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -35,8 +35,6 @@ from contextlib import contextmanager from typing import IO, Any, Callable, Dict, Iterator, List, Optional -import tuf.log - logger = logging.getLogger(__name__) # May may be used to reliably read other files in tests dir regardless of cwd @@ -154,7 +152,6 @@ def configure_test_logging(argv: List[str]) -> None: loglevel = logging.DEBUG logging.basicConfig(level=loglevel) - tuf.log.set_log_level(loglevel) def cleanup_dir(path: str) -> None: