Skip to content

Commit 06d3ad9

Browse files
author
Christopher Doris
committed
fix test for v1
1 parent 090f05e commit 06d3ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_issue_433():
8484
def test_julia_gc():
8585
from juliacall import Main as jl
8686

87-
if jl.seval('v"1.11.0-" <= VERSION < v"1.11.3"'):
87+
if jl.jl_eval('v"1.11.0-" <= VERSION < v"1.11.3"'):
8888
# Seems to be a Julia bug - hopefully fixed in 1.11.3
8989
pytest.skip("Test not yet supported on Julia 1.11+")
9090

0 commit comments

Comments
 (0)