Skip to content

Exclude test suite from source distribution #212

Closed as not planned
Closed as not planned
@hakonanes

Description

@hakonanes

Currently, tests are included in the source distribution on PyPI (https://pypi.org/project/diffsims/#files). This way, users can run the test suite by doing

> pip install diffsims pytest
> pytest --pyargs diffsims

We may introduce a 125 kB NumPy array file in #205. This will take the distribution size from 946 kB -> 1071 kB.

I don't know, but I doubt there are many people running diffsims' test suite this way. I suggest to exclude the test suite from the source distribution. Interested to hear other's thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions