Skip to content

Commit 51ae863

Browse files
authored
Merge pull request #76 from JuliaRobotics/hotfix/toml
remove tests requirements
2 parents 7414828 + b076b65 commit 51ae863

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ julia = "0.7, 1"
2626
MetaGraphs = "≥ 0.6.4"
2727

2828
[extras]
29-
IncrementalInference = "904591bb-b899-562f-9e6f-b8df64c7d480"
30-
RoME = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
3129
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3230

3331
[targets]
34-
test = ["Test", "RoME"]
32+
test = ["Test"]

test/runtests.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ for api in apis
1212
end
1313
end
1414

15-
if !(get(ENV, "TRAVIS", "") == "true")
16-
@testset "Local Testsets" begin
17-
@testset "HexagonalLightGraphs" begin
18-
include("HexagonalLightGraphs.jl")
19-
end
20-
end
21-
end
15+
# if !(get(ENV, "TRAVIS", "") == "true")
16+
# @testset "Local Testsets" begin
17+
# @testset "HexagonalLightGraphs" begin
18+
# include("HexagonalLightGraphs.jl")
19+
# end
20+
# end
21+
# end
2222

2323
# Test other interfaces that are not yet compatible for the general tests.
2424
# @testset "CloudGraphsDFG Drive: " begin

0 commit comments

Comments
 (0)