diff --git a/Project.toml b/Project.toml index 5f0da9313..4eaa1d4b9 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ApproxFunDualNumbersExt = "DualNumbers" [compat] AbstractFFTs = "1.0" -ApproxFunBase = "0.8.24" +ApproxFunBase = "0.8.44" ApproxFunBaseTest = "0.1" ApproxFunFourier = "0.3" ApproxFunOrthogonalPolynomials = "0.5, 0.6" @@ -40,6 +40,7 @@ DomainSets = "0.3, 0.4, 0.5, 0.6" DualNumbers = "0.6.2" FFTW = "1" FastTransforms = "0.13, 0.14, 0.15" +IntervalSets = "0.7.5" RecipesBase = "1.0" Reexport = "1.0" SpecialFunctions = "1.1, 2" @@ -54,6 +55,7 @@ BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74" FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/test/runtests.jl b/test/runtests.jl index 79a6f3ec8..bb5e58901 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,8 +24,7 @@ DocMeta.setdocmeta!(ApproxFun, :DocTestSetup, :(using ApproxFun); recursive=true @testset "doctests" begin doctest(ApproxFun) - # Temporarily disabled to allow https://github.com/JuliaApproximation/ApproxFunBase.jl/pull/507 - # doctest(ApproxFunBase, manual=false) + doctest(ApproxFunBase, manual=false) end include(joinpath(@__DIR__, "testutils.jl"))