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

Use wheels in tox instead of sdists #1376

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

rmartin16
Copy link
Member

@rmartin16 rmartin16 commented Jul 22, 2023

Changes

  • Inspired by Hynek's recent post, update tox to install Briefcase as a wheel instead of an sdist; it's much faster (although, in fairness, it was already pretty fast).

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to make sense - but to confirm my own understanding: this won't give us any improvement in CI, because we're already using --installpkg with a pre-built wheel. This is entirely an optimization for end-users running tox locally, right?

(To be clear - that's totally worth doing - I just want to make sure I haven't misunderstood what this is doing)

@rmartin16
Copy link
Member Author

this won't give us any improvement in CI, because we're already using --installpkg with a pre-built wheel

That's correct.

@freakboy3742 freakboy3742 merged commit b021d6d into beeware:main Jul 23, 2023
@rmartin16 rmartin16 deleted the wheel-in-tox branch July 23, 2023 15:47
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.

2 participants