Julian Gilbey
Julian Gilbey
Hello, and sorry for the slow reply on this one. Here's an update on this. * `spyder/app/tests/test_mainwindow.py `: I haven't made any progress here, and am leaving it deselected for...
Hi there! Here's an update with Spyder 5.3.1 on amd64. Things are generally better than with 5.3.0! Only two tests are still consistently failing; the first is `spyder/app/tests/test_mainwindow.py::test_run_cython_code` Here is...
Ah, I may have spoken in too much haste: `spyder/plugins/editor/widgets/tests/test_hints_and_calltips.py::test_get_hints` is still usually failing, even on amd64. I'll leave it deselected.
Hi @dalthviz, that sounds great, thanks!
Hi all, here's an update with 5.3.3 on amd64. * `spyder/plugins/editor/widgets/tests/test_hints_and_calltips.py::test_get_hints` (probably) still fails, but we know about that; I'm leaving it deselected. * `spyder/app/tests/test_mainwindow.py::test_run_cython_code`: this was working with 5.3.2,...
Thanks @ccordoba12! There is definitely something a bit weird about the handling of pyx files, though. Unreproducible experience: I saved a copy of `pyx_script.pyx` in `/tmp` (using a shell), then...
Following on from the above, I've just investigated and opened https://github.com/spyder-ide/spyder/issues/19344
As you say, it's really odd. There's just an `examples` directory. I just downloaded all four wheel files for Python 3.10 from PyPI, and they all have an `examples` directory...
Hmm, I just tested 6.0.0a1, and the yapf tests are still failing, also with the new `spyder/plugins/editor/widgets/codeeditor/tests/test_formatting.py::test_document_formatting`. This is utterly bizarre, as your CI logs show a very similar environment...
Though actually it doesn't seem to matter for now, as the Spyder configuration doesn't currently offer yapf as a formatting option.