pykafka
pykafka copied to clipboard
PyKafka installs a tests module into site-packages
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