199199 @test dict[" name" ] == " $(name) _jll"
200200 @test dict[" version" ] == " 1.0.0"
201201 @test dict[" uuid" ] == " 8fcd9439-76b0-55f4-a525-bad0597c05d8"
202- @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.0" , " JLLWrappers" => " 1.2 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
202+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.0" , " JLLWrappers" => " 1.7 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
203203 @test all (in .(
204204 (
205205 " Pkg" => " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ,
@@ -224,10 +224,10 @@ end
224224
225225 # Ensure passing a Julia dependency bound works
226226 dict = build_project_dict (name, version, dependencies, " 1.4" )
227- @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.4" , " JLLWrappers" => " 1.2 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
227+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.4" , " JLLWrappers" => " 1.7 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
228228
229229 dict = build_project_dict (name, version, dependencies, " ~1.4" )
230- @test dict[" compat" ] == Dict {String,Any} (" julia" => " ~1.4" , " JLLWrappers" => " 1.2 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
230+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " ~1.4" , " JLLWrappers" => " 1.7 .0" , " Pkg" => " < 0.0.1, 1" , " Libdl" => " < 0.0.1, 1" , " Artifacts" => " < 0.0.1, 1" )
231231
232232 @test_throws ErrorException build_project_dict (name, version, dependencies, " nonsense" )
233233
0 commit comments