Skip to content

Commit

Permalink
Remove extras compats for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored May 16, 2024
1 parent ad80fe5 commit 2bcda27
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 @@ -73,7 +73,7 @@ const is_CI = haskey(ENV, "CI")
Aqua.test_ambiguities(DiffEqFlux; recursive = false)
Aqua.test_deps_compat(DiffEqFlux)
Aqua.test_piracies(DiffEqFlux; treat_as_own = [LinearAlgebra.Tridiagonal])
Aqua.test_project_extras(DiffEqFlux)
#Aqua.test_project_extras(DiffEqFlux)
Aqua.test_stale_deps(DiffEqFlux)
Aqua.test_unbound_args(DiffEqFlux)
Aqua.test_undefined_exports(DiffEqFlux)
Expand Down

0 comments on commit 2bcda27

Please sign in to comment.