diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 43a7750a..af8ac94e 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -1,12 +1,8 @@ using SciMLTesting, Integrals, Test using JET -const UPSTREAM_RENDERED_API = (:SciMLBase, :remake) - run_qa( Integrals; - explicit_imports = true, - api_docs_kwargs = (; rendered = true, rendered_ignore = UPSTREAM_RENDERED_API), aqua_kwargs = (; # IntegralProblem / SampledIntegralProblem are SciMLBase types this package # owns the integral-solver methods for, so dispatching on them is not piracy.