Skip to content

Commit

Permalink
Revert piracy = false change
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jan 9, 2024
1 parent 87f2169 commit 3b49308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Aqua, CpuId, ReTestItems, ExponentialFamily

# `ambiguities = false` - there are quite some ambiguities, but these should be normal and should not be encountered under normal circumstances
# `piracy = false` - we extend/add some of the methods to the objects defined in the Distributions.jl
Aqua.test_all(ExponentialFamily, ambiguities = false, deps_compat = (; check_extras = false, check_weakdeps = true), piracies = false)
Aqua.test_all(ExponentialFamily, ambiguities = false, deps_compat = (; check_extras = false, check_weakdeps = true), piracy = false)

nthreads = max(cputhreads(), 1)
ncores = max(cpucores(), 1)
Expand Down

0 comments on commit 3b49308

Please sign in to comment.