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

redis-om installs tests package which overrides local tests folder imports #500

Open
JordanZimmitti opened this issue Apr 17, 2023 · 0 comments
Labels
bug Something isn't working maintenance

Comments

@JordanZimmitti
Copy link

JordanZimmitti commented Apr 17, 2023

Hi,

I installed redis-om="^0.1.2" using Poetry and noticed that all my unit tests began failing. This is because redis-om installs an external dependency called tests which is the same name as the testing folder in my project. Because of this all of my project test imports fail to resolve. Having a folder called tests is a common practice found in many Python projects and I'm probably not the only one who is suffering from this side effect. Is there any way that the tests external dependency can be removed when installing redis-om?

Thanks!

@chayim chayim added bug Something isn't working maintenance labels Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance
Projects
None yet
Development

No branches or pull requests

2 participants