Skip to content

Improvements for the dev/test environments#3142

Merged
aleDsz merged 9 commits intomainfrom
ale-fix-and-improvements
Feb 25, 2026
Merged

Improvements for the dev/test environments#3142
aleDsz merged 9 commits intomainfrom
ale-fix-and-improvements

Conversation

@aleDsz
Copy link
Member

@aleDsz aleDsz commented Feb 24, 2026

  • Fix vite CORS for multiple local app servers
  • Exclude python tests for Nix users until pythonx supports uv and python from env/opts
  • Simplify event handling with hooks
  • Other minor improvements

@aleDsz aleDsz requested a review from jonatanklosko February 24, 2026 23:26
@aleDsz aleDsz self-assigned this Feb 24, 2026
Comment on lines +6 to +19
# TODO: Update `pythonx` to support Nix, downloaded binaries doesn't work
nix? = System.find_executable("nix") != nil

if not nix? do
ExUnit.CaptureIO.capture_io(fn ->
Pythonx.uv_init("""
[project]
name = "project"
version = "0.0.0"
requires-python = "==3.13.*"
dependencies = []
""")
end)
end
Copy link
Member Author

Choose a reason for hiding this comment

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

I have a branch for pythonx to fix this, it's working but needs to make it simple and add docs

@aleDsz aleDsz changed the title Fix vite CORS for multiple local app servers Improvements for the dev/test environments Feb 24, 2026
@aleDsz aleDsz requested a review from jonatanklosko February 25, 2026 14:01
@aleDsz aleDsz merged commit 607ab3d into main Feb 25, 2026
3 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.

2 participants