Skip to content

Commit e6a0205

Browse files
authored
skip test on latest Julia 1.11
1 parent 91443d9 commit e6a0205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def test_issue_433():
9494
def test_julia_gc():
9595
from juliacall import Main as jl
9696

97-
if jl.seval('v"1.11.0-" <= VERSION < v"1.11.3"'):
98-
# Seems to be a Julia bug - hopefully fixed in 1.11.3
97+
if jl.seval('v"1.11.0-" <= VERSION < v"1.11.6"'):
98+
# Seems to be a Julia bug - hopefully fixed in 1.11.6
9999
pytest.skip("Test not yet supported on Julia 1.11+")
100100

101101
# We make a bunch of python objects with no reference to them,

0 commit comments

Comments
 (0)