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

Update web backend to support test mode #1945

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

freakboy3742
Copy link
Member

NOTE: This isn't ready for review; I'm posting it to avoid potential duplicated effort

Restructures the Toga web backend to support deployment inserts.

Although this PR adds a presumptive CI configuration, the Testbed app doesn't currently run. This is for 2 reasons:

  1. coverage ships a binary platform wheel; Briefcase will try to install the binary wheel for the platform used for deployment, which breaks. This is web build tries to use binary wheels compiled for local machine briefcase#1227.
  2. The testbed app uses threads, which aren't supported by default on pyodide (AFAIK).

Refs beeware/briefcase#1285.

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

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