Julian Gilbey

Results 87 issues of Julian Gilbey

This test (`tests_python/test_debugger.py::test_py_37_breakpoint_remote_no_import`) depends upon having `pydev_sitecustomize` available. But that directory is not installed by `setup.py`, so this test fails when testing an installed pydevd (as opposed to testing the...

The test `tests_python/test_debugger_json.py::test_case_flask_exceptions` fails (either with one or both choices of `jmc`) when flask is installed. This doesn't show on the CI system, as flask is not installed in the...

Hi Fabio, I see that you've recently removed Python 2 support and done lots of cleaning up - great, thanks! It makes packaging it for Debian much more straightforward. I...

There are two different distances called Damerau-Levenshtein (see the [Wikipedia page](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance), for example), one is the restricted distance and the other is the original one, the unrestricted distance. The `damerau_levenshtein`...

I know this package is currently unmaintained, but if someone does pick it up again: In commit https://github.com/spyder-ide/spyder/commit/305fb2e55270f9548235b749f96ba57986003f0c the `initialize_plugin()` method was removed from `spyder.api.plugins.SpyderPluginWidget`, which prevents this plugin from...

Running the tests on Python 3.10 gives the following warnings, among others: ``` spyder_kernels/console/kernel.py:14 .../spyder_kernels/console/kernel.py:14: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools...

A FYI report: with Python 3.11, I'm seeing the following test failure: ``` __________________________ test_dask_multiprocessing ___________________________ tmpdir = local('/tmp/pytest-of-jdg/pytest-0/test_dask_multiprocessing2') @flaky(max_runs=3) @pytest.mark.skipif(not PY3, reason="Only meant for Python 3") def test_dask_multiprocessing(tmpdir): """...

When opening Spyder in a non-English locale with spyder-line-profile present, we get warnings: ``` Could not load translations for de due to: FileNotFoundError - [Errno 2] No translation file found...

I've not yet worked out whether eng.punc is used by the LSTM mode of tesseract, but I discovered that there are two trailing spaces on line 27 of this file,...

question

**Describe the bug** The package (version 3.6.0) fails to successfully compile the testsuite on the armel architecture. The build proceeds without problem (though lots of warning messages about parameter passing...