Skip to content

Conversation

@lrandersson
Copy link
Contributor

@lrandersson lrandersson commented Dec 9, 2025

Description

Opened this one separately, this branch and PR depends on #1084. No need to review this for now since the diff will look strange and is more for book-keeping since these changes were pulled out of PR 1084.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Dec 9, 2025
@lrandersson lrandersson changed the base branch from main to briefcase-integration December 9, 2025 20:40
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Dec 9, 2025
@lrandersson lrandersson marked this pull request as ready for review December 17, 2025 14:10
@lrandersson lrandersson requested a review from a team as a code owner December 17, 2025 14:10
@lrandersson lrandersson mentioned this pull request Dec 17, 2025
3 tasks

- name: Install Briefcase (editable)
run: |
pip install -e briefcase
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still needed? Either way, this should only be installed for Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, I removed that

input_path = _example_path("register_envs")
for installer, install_dir in create_installer(input_path, tmp_path):
if installer.suffix == ".msi":
raise Exception("Test for 'register_envs' not yet implemented for MSI")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should these exceptions be NotImplementedError?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agree, changed to NotImplementedError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

3 participants