We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f7eb8 commit 2a54ca9Copy full SHA for 2a54ca9
pytest/test_all.py
@@ -81,8 +81,6 @@ def test_julia_gc():
81
# We make a bunch of python objects with no reference to them,
82
# then call GC to try to finalize them.
83
# We want to make sure we don't segfault.
84
- # Here we can (manually) verify that the background task is running successfully,
85
- # by seeing the printout "Python GC (100 items): 0.000000 seconds."
86
# We also programmatically check things are working by verifying the queue is empty.
87
# Debugging note: if you get segfaults, then run the tests with
88
# `PYTHON_JULIACALL_HANDLE_SIGNALS=yes python3 -X faulthandler -m pytest -p no:faulthandler -s --nbval --cov=pysrc ./pytest/`
0 commit comments