Skip to content

Commit 5b18d6b

Browse files
author
Christopher Doris
committed
reintroduce skipped test
1 parent 39cc178 commit 5b18d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ 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
99+
pytest.skip("Test not yet supported on Julia 1.11+")
100+
97101
# We make a bunch of python objects with no reference to them,
98102
# then call GC to try to finalize them.
99103
# We want to make sure we don't segfault.

0 commit comments

Comments
 (0)