diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-05-06 21:24:15 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-05-06 21:24:15 -0700 |
commit | efcf58b84214aeda6cf79319f182407cde7833a6 (patch) | |
tree | 94cbb3cc886432dc77bf09f7101982d871db0365 /test/test_consumer_integration.py | |
parent | 99320fbd8c33f3b831557c507deeaf5e650ab813 (diff) | |
download | kafka-python-efcf58b84214aeda6cf79319f182407cde7833a6.tar.gz |
Attempt to fix travis build. Decrease complexity of service.py in favor of in memory logging. Address code review concerns
Diffstat (limited to 'test/test_consumer_integration.py')
-rw-r--r-- | test/test_consumer_integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_consumer_integration.py b/test/test_consumer_integration.py index 9300021..da2faf6 100644 --- a/test/test_consumer_integration.py +++ b/test/test_consumer_integration.py @@ -20,7 +20,7 @@ class TestConsumerIntegration(KafkaIntegrationTestCase): cls.server = cls.server1 # Bootstrapping server @classmethod - def tearDownClass(cls): # noqa + def tearDownClass(cls): if not os.environ.get('KAFKA_VERSION'): return |