Skip to content

Commit 5c57165

Browse files
committed
put back tests
1 parent 3009eee commit 5c57165

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ pkgrevs = Dict(
3535
)
3636

3737
@testset "JuliaAstro Package Evalauation" begin
38-
39-
4038
@testset "Compatible versions exist" begin
4139

4240
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
@@ -45,8 +43,6 @@ pkgrevs = Dict(
4543
name, rev = pkgspec
4644
@test Pkg.add(PackageSpec(;name)) == nothing
4745
end
48-
49-
5046
end
5147

5248
@testset "Development versions compatible" begin
@@ -59,7 +55,6 @@ pkgrevs = Dict(
5955
name, rev = pkgspec
6056
@test Pkg.add(PackageSpec(;name, rev)) == nothing
6157
end
62-
6358
end
6459

6560
@testset "Precompilation" begin
@@ -74,4 +69,4 @@ pkgrevs = Dict(
7469
end) == nothing
7570
end
7671
end
77-
end
72+
end

0 commit comments

Comments
 (0)