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

Move flit_core tests out of installable package #691

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

takluyver
Copy link
Member

This is an alternative to #689, I won't merge it until making a decision on that.

I'm in the habit of putting tests inside packages so the tests get installed, but this clearly isn't a good fit for flit_core, which is frequently installed into temporary build environments, where no-one will ever run its test suite. This moves the tests out of the package folder, reducing the wheel size from 63 KB to 35 KB.

@takluyver takluyver force-pushed the core-tests-not-installed branch from 1551d86 to d8bff6c Compare August 26, 2024 10:50
@takluyver takluyver marked this pull request as ready for review October 18, 2024 20:55
@takluyver takluyver added this to the 3.10 milestone Oct 18, 2024
@takluyver takluyver merged commit adead86 into main Oct 18, 2024
14 checks passed
@takluyver takluyver deleted the core-tests-not-installed branch October 18, 2024 21:16
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

Successfully merging this pull request may close these issues.

1 participant