mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Injectable statsd client (#7138)
* Add ability to inject statsd client; some py test/reqs updates - Updated the metrics logger to allow construction with an existing statsd client, so that it can be configured by external systems or libs. - added requirements to requirements-dev.txt which are needed to run tests-eg coverage, nose - removed dependency on mock lib, it is in python stdlib now - updated tox.ini to remove the now-superfluous deps * add license to test file, and remove blank line at EOF
This commit is contained in:
committed by
Christine Chambers
parent
cd54a567dd
commit
ba19a62412
@@ -16,8 +16,8 @@
|
||||
# under the License.
|
||||
import json
|
||||
import unittest
|
||||
from unittest.mock import Mock
|
||||
|
||||
from mock import Mock
|
||||
from pydruid.utils.dimensions import MapLookupExtraction, RegexExtraction
|
||||
import pydruid.utils.postaggregator as postaggs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user