You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that that what find_packages does is find the files or modules. In our case, the sub modules are treated separately. tests only excludes the top level package and its files, but does not exclude sub modules. A pattern of like so will actually exclude all tests and tools that we currently have:
It's a bit counter intuitive as normally I would expect if the top level module was excluded, all sub modules would also be excluded, but this is not the case.
Please, exclude all tests from the package. Otherwise they'll get installed in
site-packages/tests
.The text was updated successfully, but these errors were encountered: