run_checks: Stop messing with logging config.
It seems pyroma got less insane, and this breaks logging in the unittests.
This commit is contained in:
parent
a919ce2ffe
commit
e48f419f78
@ -35,7 +35,6 @@ import os
|
||||
import io
|
||||
import os.path
|
||||
import unittest
|
||||
import logging
|
||||
import tokenize
|
||||
import configparser
|
||||
import argparse
|
||||
@ -52,11 +51,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir))
|
||||
from scripts import utils
|
||||
|
||||
|
||||
# We need to do this because pyroma is braindead enough to use logging instead
|
||||
# of print...
|
||||
logging.basicConfig(level=logging.INFO, format='%(msg)s')
|
||||
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user