Skip to content

Commit

Permalink
Don't run piracy test
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jul 20, 2023
1 parent 35bb106 commit 680a3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ using Test, Aqua, Documenter # for meta quality checks
project_extras=true,
deps_compat=true,
stale_deps=true,
project_toml_formatting=true
project_toml_formatting=true,
piracy=false, # this is a glue package for ImageCore with AxisArrays (TODO: make it an ImageCore extension)
)
DocMeta.setdocmeta!(ImageAxes, :DocTestSetup, :(using ImageAxes); recursive=true)
end
Expand Down

0 comments on commit 680a3ce

Please sign in to comment.