@ -19,8 +19,8 @@ Tests for `os_performance_tools.collect`
import io
import json
import mock
import tempfile
from unittest import mock
from os_performance_tools import collect
from os_performance_tools.tests import base
@ -18,8 +18,8 @@ Tests for `os_performance_tools.counters2statsd`
"""
import time
from os_performance_tools import counters2statsd
@ -17,7 +17,7 @@ test_collectors
Tests for `os_performance_tools.collectors`
from os_performance_tools.collectors import mysql
@ -18,7 +18,7 @@ Tests for `os_performance_tools.collectors`
from os_performance_tools.collectors import queues
@ -10,4 +10,3 @@ python-subunit>=0.0.18
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
mock>=1.2