Skip to content

Commit 6ae5e4d

Browse files
authored
Revert "stopgap fix for Aqua.jl on Julia 1.13 nightly (#843)" (#844)
This reverts commit 7924462.
1 parent 7924462 commit 6ae5e4d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/runtests.jl

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,12 @@ import LinearAlgebra: BLAS
1515
@info sprint(versioninfo)
1616
@info BLAS.get_config()
1717

18-
# FIXME https://github.com/JuliaTesting/Aqua.jl/issues/343
19-
piracies = if hasfield(Core.TypeName, :mt)
20-
(;treat_as_own=[GLM.wrkresp!, Base.:|])
21-
else
22-
@warn "Piracy testing disabled until Aqua.jl#343 is resolved"
23-
false
24-
end
25-
2618
@testset "Aqua" begin
2719
# we can't check for unbound type parameters
2820
# because we actually need one at one point for _same_family()
2921
Aqua.test_all(MixedModels; ambiguities=false, unbound_args=false,
3022
# XXX TODO: upstream this piracy
31-
piracies)
23+
piracies=(;treat_as_own=[GLM.wrkresp!, Base.:|]))
3224
end
3325

3426
@testset "ExplicitImports" begin

0 commit comments

Comments
 (0)