Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad package is installed in addition to cmreslogging #71

Open
major12 opened this issue Jan 8, 2020 · 0 comments
Open

Bad package is installed in addition to cmreslogging #71

major12 opened this issue Jan 8, 2020 · 0 comments

Comments

@major12
Copy link

major12 commented Jan 8, 2020

After installing the CMRESHandler with pip additional package is installed.
After executing pip install CMRESHandler==1.0.0 2 additional packages installed in site packages VENV/lib/python3.6/site-packages/
First is "cmreslogging" (the good one) and second "tests" with content
ls VENV/lib/python3.6/site-packages/tests/ __init__.py __pycache__ test_cmreshandler.py test_cmresserializer.py
This "tests" site package breaks any project which has its own "tests" package.

Suggestion is to fix setup.py to avoid "tests" package to be installed.
Something like packages=['cmreslogging'] should help.

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

No branches or pull requests

1 participant