We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0cf9 commit 78b4a37Copy full SHA for 78b4a37
test/dependencies.jl
@@ -387,7 +387,9 @@ end
387
dependencies = [
388
PackageSpec(; name="CMake_jll", version = v"3.24.3")
389
]
390
- @test_throws test_setup_dependencies(prefix, dependencies, platform)
+ # Pkg needs improve its error message here, but assume that it will still throw a pkgerror
391
+ # https://github.com/JuliaLang/Pkg.jl/issues/4159
392
+ @test_throws PKG_VERSIONS.PkgError test_setup_dependencies(prefix, dependencies, platform)
393
end
394
395
0 commit comments