Skip to content

Commit b26907b

Browse files
authored
Use IntervalSets v0.7.5 in tests (#897)
* Use IntervalSets v0.7.5 in tests * Set ApproxFunBase compat to 0.8.44
1 parent a9f4096 commit b26907b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ApproxFunDualNumbersExt = "DualNumbers"
2626

2727
[compat]
2828
AbstractFFTs = "1.0"
29-
ApproxFunBase = "0.8.24"
29+
ApproxFunBase = "0.8.44"
3030
ApproxFunBaseTest = "0.1"
3131
ApproxFunFourier = "0.3"
3232
ApproxFunOrthogonalPolynomials = "0.5, 0.6"
@@ -40,6 +40,7 @@ DomainSets = "0.3, 0.4, 0.5, 0.6"
4040
DualNumbers = "0.6.2"
4141
FFTW = "1"
4242
FastTransforms = "0.13, 0.14, 0.15"
43+
IntervalSets = "0.7.5"
4344
RecipesBase = "1.0"
4445
Reexport = "1.0"
4546
SpecialFunctions = "1.1, 2"
@@ -54,6 +55,7 @@ BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
5455
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
5556
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
5657
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
58+
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
5759
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5860
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5961

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ DocMeta.setdocmeta!(ApproxFun, :DocTestSetup, :(using ApproxFun); recursive=true
2424

2525
@testset "doctests" begin
2626
doctest(ApproxFun)
27-
# Temporarily disabled to allow https://github.com/JuliaApproximation/ApproxFunBase.jl/pull/507
28-
# doctest(ApproxFunBase, manual=false)
27+
doctest(ApproxFunBase, manual=false)
2928
end
3029

3130
include(joinpath(@__DIR__, "testutils.jl"))

0 commit comments

Comments
 (0)