Skip to content

Commit

Permalink
test: drop usage of custom log module in new test
Browse files Browse the repository at this point in the history
Old tests are not touched as they will be removed in subsequent
commits, along with the custom log module.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Jan 26, 2022
1 parent 1619290 commit 2bb977c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2bb977c

Please sign in to comment.