Parsely / pykafka

Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
http://pykafka.readthedocs.org/
Apache License 2.0
1.12k stars 232 forks source link

PyKafka installs a tests module into site-packages #969

Open mkmoisen opened 4 years ago

mkmoisen commented 4 years ago

Installing PyKafka via pip install pykafka results in the compilation of a tests module inside of site-packages. I confirmed this on both Windows and Linux with Python 3.6.5.

> ls ../python3.6/site-packages/tests
conftest.py  __init__.py  __pycache__  pykafka

Shouldn't this be installed in site-packages/kafka?

PyKafka version: 2.8 Kafka version: N/A