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 io
|
||||||
import os.path
|
import os.path
|
||||||
import unittest
|
import unittest
|
||||||
import logging
|
|
||||||
import tokenize
|
import tokenize
|
||||||
import configparser
|
import configparser
|
||||||
import argparse
|
import argparse
|
||||||
@ -52,11 +51,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir))
|
|||||||
from scripts import utils
|
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()
|
config = configparser.ConfigParser()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user