We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090f05e commit 06d3ad9Copy full SHA for 06d3ad9
pytest/test_all.py
@@ -84,7 +84,7 @@ def test_issue_433():
84
def test_julia_gc():
85
from juliacall import Main as jl
86
87
- if jl.seval('v"1.11.0-" <= VERSION < v"1.11.3"'):
+ if jl.jl_eval('v"1.11.0-" <= VERSION < v"1.11.3"'):
88
# Seems to be a Julia bug - hopefully fixed in 1.11.3
89
pytest.skip("Test not yet supported on Julia 1.11+")
90
0 commit comments