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 0b8029f commit 2fc6479Copy full SHA for 2fc6479
pytest/test_all.py
@@ -94,9 +94,6 @@ 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