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

Fails on Julia 1.11-beta due to broken TestEnv #72

Closed
kbarros opened this issue Jun 2, 2024 · 2 comments
Closed

Fails on Julia 1.11-beta due to broken TestEnv #72

kbarros opened this issue Jun 2, 2024 · 2 comments

Comments

@kbarros
Copy link

kbarros commented Jun 2, 2024

In Julia 1.11-beta, the interface for Pkg.Operations: sandbox has changed, which breaks TestEnv, which in turn breaks TestItemRunner.

The problem is documented in this issue: JuliaTesting/TestEnv.jl#86

Possible fix in this PR: JuliaTesting/TestEnv.jl#87.

@kbarros
Copy link
Author

kbarros commented Jun 11, 2024

Now that JuliaTesting/TestEnv.jl#87 merged, how can one go about pointing TestItemRunner to the latest TestEnv dependency? (It looks like it might be something internal to the VSCode packages, not in the user's Julia environment?)

@davidanthoff
Copy link
Member

I'm updating the extension right now

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

No branches or pull requests

2 participants