redis-om installs tests
package which overrides local tests
folder imports
#500
Labels
tests
package which overrides local tests
folder imports
#500
Hi,
I installed
redis-om="^0.1.2"
using Poetry and noticed that all my unit tests began failing. This is becauseredis-om
installs an external dependency calledtests
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 calledtests
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 thetests
external dependency can be removed when installingredis-om
?Thanks!
The text was updated successfully, but these errors were encountered: