summaryrefslogtreecommitdiff
path: root/silx/image/test/test_shapes.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/image/test/test_shapes.py')
-rw-r--r--silx/image/test/test_shapes.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/silx/image/test/test_shapes.py b/silx/image/test/test_shapes.py
index ed85165..0c5ab5e 100644
--- a/silx/image/test/test_shapes.py
+++ b/silx/image/test/test_shapes.py
@@ -27,7 +27,7 @@
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "05/12/2016"
+__date__ = "15/05/2017"
import logging
@@ -37,9 +37,7 @@ import numpy
from silx.test.utils import ParametricTestCase
from silx.image import shapes
-logging.basicConfig()
_logger = logging.getLogger(__name__)
-_logger.setLevel(logging.WARNING)
class TestPolygonFill(ParametricTestCase):