199
199
@test dict[" name" ] == " $(name) _jll"
200
200
@test dict[" version" ] == " 1.0.0"
201
201
@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" )
203
203
@test all (in .(
204
204
(
205
205
" Pkg" => " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ,
@@ -224,10 +224,10 @@ end
224
224
225
225
# Ensure passing a Julia dependency bound works
226
226
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" )
228
228
229
229
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" )
231
231
232
232
@test_throws ErrorException build_project_dict (name, version, dependencies, " nonsense" )
233
233
0 commit comments