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

CMake: fix python setup #244

Merged
merged 1 commit into from
Oct 30, 2024
Merged

CMake: fix python setup #244

merged 1 commit into from
Oct 30, 2024

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Oct 28, 2024

fix #243

I broke that in latest release, sorry.

This should have been caught by the Nix CI which try to import the python package after installation, but actually since PEP 420 that tsid folder without a __init__.py file was considered a valid namespace package, so no error were raised.

It also should have been caught by my robotpkg tests during the release process, but this did only raise a warning in the test setup, while raising a fatal error at the DEB package generation step, which is not part of the tests.

@nim65s nim65s merged commit 36e3562 into stack-of-tasks:devel Oct 30, 2024
8 checks passed
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