Skip to content

Commit 2fc6479

Browse files
author
Christopher Doris
committed
investigating why this test fails on julia 1.11
1 parent 0b8029f commit 2fc6479

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pytest/test_all.py

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

97-
if jl.seval("VERSION >= v\"1.11.0-\""):
98-
pytest.skip("Test not yet supported on Julia 1.11+")
99-
10097
# We make a bunch of python objects with no reference to them,
10198
# then call GC to try to finalize them.
10299
# We want to make sure we don't segfault.

0 commit comments

Comments
 (0)