summaryrefslogtreecommitdiff
path: root/test/test_producer.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2019-03-06 08:25:51 -0800
committerDana Powers <dana.powers@gmail.com>2019-03-06 08:25:51 -0800
commit754087ffd64933243243f7aa6d7984aea79d6e92 (patch)
treeb4f2815cf9f3c67d1a69eac1ef6b28d6fa48fc3c /test/test_producer.py
parentfd3eb91ce7ccf5c03bba62a4e7138407bd28f239 (diff)
downloadkafka-python-fix_fixture_version_warning.tar.gz
Use test.fixtures.version not test.conftest.version to avoid warningsfix_fixture_version_warning
Diffstat (limited to 'test/test_producer.py')
-rw-r--r--test/test_producer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_producer.py b/test/test_producer.py
index d6b94e8..60b19bf 100644
--- a/test/test_producer.py
+++ b/test/test_producer.py
@@ -7,8 +7,7 @@ import pytest
from kafka import KafkaConsumer, KafkaProducer, TopicPartition
from kafka.producer.buffer import SimpleBufferPool
-from test.conftest import version
-from test.fixtures import random_string
+from test.fixtures import random_string, version
def test_buffer_pool():