Skip to content

Commit

Permalink
Disable piracy test on 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 16, 2023
1 parent dec9fb2 commit aff654c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ Aqua.test_stale_deps(CUDA; ignore=[:CUDA_Runtime_Discovery, :CUDA_Runtime_jll,
Aqua.test_deps_compat(CUDA)
Aqua.test_project_extras(CUDA)
Aqua.test_project_toml_formatting(CUDA)
Aqua.test_piracy(CUDA)

if VERSION v"1.7"
# on 1.6, device overrides aren't implemented using overlay method tables,
# but using world age hacks which confuse Aqua's type piracy detection.
Aqua.test_piracy(CUDA)
end

0 comments on commit aff654c

Please sign in to comment.