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 39cc178 commit 5b18d6bCopy full SHA for 5b18d6b
pytest/test_all.py
@@ -94,6 +94,10 @@ def test_issue_433():
94
def test_julia_gc():
95
from juliacall import Main as jl
96
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
+
101
# We make a bunch of python objects with no reference to them,
102
# then call GC to try to finalize them.
103
# We want to make sure we don't segfault.
0 commit comments