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

tests: fix the pythonnet3 test #500

Merged
merged 2 commits into from
Oct 19, 2022
Merged

Conversation

rokm
Copy link
Member

@rokm rokm commented Oct 19, 2022

Instead of trying to load specific .NET runtime via json file, let clr_loader.get_coreclr() pick up any installed version it finds.

On CI, install .NET 6.x instead of EOL'd 5.x. Repin pythonnet to 3.0.0.post1, and install it on all OSes, since it should now be fully cross-platform.

Instead of trying to load specific .NET runtime via json file,
let `clr_loader.get_coreclr()` pick up any installed version it
finds.

On CI, install .NET 6.x instead of EOL'd 5.x. Repin pythonnet to
3.0.0.post1, and install it on all OSes, since it should now be
fully cross-platform.
Collecting it as a binary causes errors during binary dependency
analysis on macOS (and likely causes warnings on linux) due to
incompatible binary format.
@rokm rokm merged commit 8084096 into pyinstaller:master Oct 19, 2022
@rokm rokm deleted the test-pythonnet3 branch October 19, 2022 19:05
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