Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to PyPI source tarball? #52

Open
jluttine opened this issue Feb 6, 2019 · 1 comment
Open

Add tests to PyPI source tarball? #52

jluttine opened this issue Feb 6, 2019 · 1 comment

Comments

@jluttine
Copy link

jluttine commented Feb 6, 2019

Could you include tests in the source tarball in PyPI? I think it's typically considered good practice:

Many significant Python packages (e.g., numpy, scipy, pandas) are including the tests in PyPI source tarball. This makes it possible to use the official PyPI release and run tests to check that everything is working.

Alternatively, I can use GitHub, but then it'd be nice if the PyPI releases were tagged on GitHub so I know which commit is which release exactly.

I'm packaging pytzwhere to a Linux distro and as part of the building process, the unit tests are run, that's why I'd like to have the tests available while using the official release from PyPI.

@pegler
Copy link
Owner

pegler commented Feb 6, 2019

Hi @jluttine! That's very cool to hear! Pull requests are welcome. I'd be happy to merge and release a new version with tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants