Skip to content

Commit

Permalink
Remove Julia version constraint for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu committed Sep 20, 2024
1 parent 78fcad5 commit e4a6baf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ DocMeta.setdocmeta!(
recursive=true
)

# Only test one Julia version to avoid differences due to changes in printing.
if v"1.10" VERSION < v"1.11-"
doctest(SymbolicUtils)
else
@warn "Skipping doctests"
end
doctest(SymbolicUtils)
SymbolicUtils.show_simplified[] = false

include("utils.jl")
Expand Down

0 comments on commit e4a6baf

Please sign in to comment.