octave_kernel icon indicating copy to clipboard operation
octave_kernel copied to clipboard

Test fails with octave 9.2.0

Open opoplawski opened this issue 1 year ago • 2 comments

Getting the following:

FAIL: test_execute_stdout (__main__.OctaveKernelTests.test_execute_stdout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/jupyter_kernel_test/__init__.py", line 121, in test_execute_stdout
    self.assertIn("hello, world", msg["content"]["text"])
AssertionError: 'hello, world' not found in 'warning: using the fltk graphics toolkit is discouraged\r\n\r\nThe FLTK graphics toolkit is not actively maintained and has a number\r\nof limitations that are unlikely to be fixed.\r\nThe qt toolkit is recommended instead.\r\n\n'

opoplawski avatar Jun 06 '24 02:06 opoplawski

I have the same problem. I cannot make the kernel find the qt backend inside the packaging build vm (with xvfb).

bnavigator avatar Nov 07 '24 20:11 bnavigator

Still seeing this with 0.36.0 and octave 10.2

opoplawski avatar Aug 02 '25 02:08 opoplawski