Skip to content

Don't install testapp and its child modules #359

Closed
@PeterJCLaw

Description

@PeterJCLaw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions