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 3009eee commit 5c57165Copy full SHA for 5c57165
1 file changed
test/runtests.jl.bak test/runtests.jltest/runtests.jl.bak renamed to test/runtests.jl
@@ -35,8 +35,6 @@ pkgrevs = Dict(
35
)
36
37
@testset "JuliaAstro Package Evalauation" begin
38
-
39
40
@testset "Compatible versions exist" begin
41
42
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
@@ -45,8 +43,6 @@ pkgrevs = Dict(
45
43
name, rev = pkgspec
46
44
@test Pkg.add(PackageSpec(;name)) == nothing
47
end
48
49
50
51
52
@testset "Development versions compatible" begin
@@ -59,7 +55,6 @@ pkgrevs = Dict(
59
55
60
56
@test Pkg.add(PackageSpec(;name, rev)) == nothing
61
57
62
63
58
64
65
@testset "Precompilation" begin
@@ -74,4 +69,4 @@ pkgrevs = Dict(
74
69
end) == nothing
75
70
76
71
77
-end
72
+end
0 commit comments