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 a5aca51 commit 4268ecaCopy full SHA for 4268eca
pytest/test_all.py
@@ -94,6 +94,9 @@ def test_issue_433():
94
def test_julia_gc():
95
from juliacall import Main as jl
96
97
+ if jl.seval("VERSION >= v\"1.11.0-\""):
98
+ pytest.skip("Test not yet supported on Julia 1.11+")
99
+
100
# We make a bunch of python objects with no reference to them,
101
# then call GC to try to finalize them.
102
# We want to make sure we don't segfault.
0 commit comments