Skip to content

Commit

Permalink
dont test deps, it breeaks GDAL downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 28, 2023
1 parent 3a6afee commit 870d245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if VERSION >= v"1.9.0"
Aqua.test_stale_deps(Rasters)
Aqua.test_undefined_exports(Rasters)
Aqua.test_project_extras(Rasters)
Aqua.test_deps_compat(Rasters)
# Aqua.test_project_toml_formatting(Rasters)
# Aqua.test_deps_compat(Rasters) # This breaks GDAL downstream tests
# Aqua.test_project_toml_formatting(Rasters) # This seems to change between versions for extensions
@time @safetestset "extensions" begin include("extensions.jl") end
end

Expand Down

0 comments on commit 870d245

Please sign in to comment.