Skip to content

package is shipping tests/ folder in pypi #93

@EmersonDove

Description

@EmersonDove

Hey there, we realized today that installing the assembly package breaks our test suite because you're bundling your tests folder to the final distribution. This results in a tests folder in the site-packages folder which takes import precedence over any other package importing from tests (i.e from tests.helpers import helper resolves to assembly's tests)

We'll make our own distribution of the package to remedy this but I wanted to post the issue here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions