Julian Gilbey

Results 106 comments of Julian Gilbey

The first two regex issues have now been fixed; the final deprecation warning can be fixed by replacing ```python point.setY(point.y() + y) ``` by ```python point.setY(int(point.y() + y)) ```

Ah, @ArchangeGabriel has just fixed this setY issue! I think the remaining DeprecationWarnings are out of the scope of qtconsole itself. I don't know where they all originate, but this...

Correction: it depends on the well-maintained libsass. Such confusing naming!

Hi @pganssle! Thanks for your patch! There are some problems with the `_TZOFFSET_MATCH` regex in this patch: * Recent versions of Python (at least >= 3.9, possibly earlier) have deprecated...

There is nose2 as a potential alternative: https://docs.nose2.io/en/latest/ Dmitry Shachnev (a Debian Python maintainer) has just proposed a mass-bug filing against packages still using nose: https://lists.debian.org/debian-python/2022/08/msg00065.html So I'd be OK...

Thanks @mnalis! I'll pass this on to the original bug reporters and ask them to try this.

Having now tried uploading Spyder 5.3.0 to Debian, two more tests failed. Again, these seem to be somewhat flaky, as they both passed for me. On amd64, we had the...

Hi @ccordoba12, thanks for your thoughts on this! > Hey @juliangilbey, thanks for reporting. About the failures you found: > [...] > > test_get_hints fails > > That depends on...

Hi @dalthviz, thanks! Lots of things to think about here! > Thanks @juliangilbey for the feedback! Regarding the `test_mainwindow.py` segfaults that's something I'm checking as part of #17580 at #17622...

Hi @dalthviz, I can launch a QtConsole successfully. But it still crashes when running the test suite. Here's the kernel display: ``` Jupyter QtConsole 5.3.0 Python 3.9.12 (main, Mar 24...