Closed
Description
Thanks for providing this package, it's really useful.
It looks like the testapp
used by this package is being installed alongside the intended code, even in the latest versions despite the exclusion of testapp
from the packages searched by find_packages
in setup.py
. I think this is because there are sub-modules which find_packages
is happily still including.
From some quick local testing I think the solution is to change from 'testapp'
to 'testapp*'
.
Metadata
Metadata
Assignees
Labels
No labels