Skip to content

Commit e4a6baf

Browse files
committed
Remove Julia version constraint for doctest
1 parent 78fcad5 commit e4a6baf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/runtests.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ DocMeta.setdocmeta!(
1212
recursive=true
1313
)
1414

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

2318
include("utils.jl")

0 commit comments

Comments
 (0)