Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

PyKafka installs a tests module into site-packages #969

Open
mkmoisen opened this issue Sep 19, 2019 · 0 comments
Open

PyKafka installs a tests module into site-packages #969

mkmoisen opened this issue Sep 19, 2019 · 0 comments

Comments

@mkmoisen
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant