File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,22 @@ GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
1111GeoInterfaceRecipes = " 0329782f-3d07-4b52-b9f6-d3137cf03c7a"
1212
1313[compat ]
14+ Aqua = " 0.8"
1415CEnum = " 0.2, 0.3, 0.4, 0.5"
1516Extents = " 0.1.1"
1617GEOS_jll = " 3.12"
1718GeoInterface = " 1"
1819GeoInterfaceRecipes = " 1"
20+ Plots = " 1"
21+ RecipesBase = " 1"
22+ Test = " 1"
1923julia = " 1.6"
2024
2125[extras ]
2226Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
2327Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
28+ RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2429Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
2530
2631[targets ]
27- test = [" Aqua" , " Plots" , " Test" ]
32+ test = [" Aqua" , " Plots" , " RecipesBase " , " Test" ]
Original file line number Diff line number Diff line change 11using GeoInterface, Extents
2- using Test, LibGEOS
2+ using Test, LibGEOS, RecipesBase
33import Aqua
44
55version = LibGEOS. GEOSversion ()
@@ -14,6 +14,9 @@ if version != LibGEOS.GEOS_CAPI_VERSION
1414end
1515
1616@testset " LibGEOS" begin
17+ Aqua. test_all (LibGEOS;
18+ ambiguities= (exclude= [RecipesBase. apply_recipe],),
19+ )
1720 include (" test_geos_types.jl" )
1821 include (" test_geos_functions.jl" )
1922 include (" test_geos_operations.jl" )
2225 include (" test_invalid_geometry.jl" )
2326 include (" test_strtree.jl" )
2427 include (" test_misc.jl" )
25- Aqua. test_all (LibGEOS)
2628end
You can’t perform that action at this time.
0 commit comments