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

Include tests in PyPI source tarball #19

Open
kwshi opened this issue Jul 21, 2021 · 1 comment
Open

Include tests in PyPI source tarball #19

kwshi opened this issue Jul 21, 2021 · 1 comment

Comments

@kwshi
Copy link

kwshi commented Jul 21, 2021

The source tarball distributed on PyPI does not include the tests:

> curl -fsSL 'https://files.pythonhosted.org/packages/source/c/click-default-group/click-default-group-1.2.2.tar.gz' | tar -tz
click-default-group-1.2.2/
click-default-group-1.2.2/PKG-INFO
click-default-group-1.2.2/README.md
click-default-group-1.2.2/click_default_group.egg-info/
click-default-group-1.2.2/click_default_group.egg-info/PKG-INFO
click-default-group-1.2.2/click_default_group.egg-info/SOURCES.txt
click-default-group-1.2.2/click_default_group.egg-info/dependency_links.txt
click-default-group-1.2.2/click_default_group.egg-info/requires.txt
click-default-group-1.2.2/click_default_group.egg-info/top_level.txt
click-default-group-1.2.2/click_default_group.py
click-default-group-1.2.2/setup.cfg
click-default-group-1.2.2/setup.py

It would be nice if it could do so, since that would enable OS-specific package repository hosts/builders to independently run tests & verify functionality/validity of these packages.

@webknjaz
Copy link

webknjaz commented Aug 4, 2023

Could you verify if v1.2.4 fixed this?

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