Skip to content

Commit

Permalink
Use IntervalSets v0.7.5 in tests (#897)
Browse files Browse the repository at this point in the history
* Use IntervalSets v0.7.5 in tests

* Set ApproxFunBase compat to 0.8.44
  • Loading branch information
jishnub authored Jul 28, 2023
1 parent a9f4096 commit b26907b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"

Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b26907b

Please sign in to comment.