Steven Trogdon
Steven Trogdon
I have no idea where the emoji came from.
I thought perhaps pydebug but no vanilla failure which was odd.
I believe the `DeprecationWarning` has been fixed here https://github.com/microsoft/debugpy/commit/00bc5136e4697b86cf99bcfbb1a1a9a2c44eabe0 and the fix is probably in `debugpy-1.6.7`.
`debugpy-1.6.7` doesn't appear to help.
If I delete line 2338: warnings.warn(msg, DeprecationWarning, stacklevel=2) in `/usr/lib/python3.11/site-packages/pkg_resources/__init__.py` I see no `DeprecationWarning` ``` $ sage -t --long /usr/lib/python3.11/site-packages/sage/repl/ipython_kernel/kernel.py too many failed tests, not using stored timings Running doctests...
The `setup.py` patch at https://github.com/microsoft/debugpy/pull/1244 fixes here the `debugpy/pydevd` related doctest failures for ``` sage -t --long /usr/lib/python3.11/site-packages/sage/repl/ipython_kernel/kernel.py ``` when using `>=setuptools -67.3.0`. The above `debugpy` patch also includes changes...
I have `networkx-3.1` failures in `sage/graphs/graph.py`. This should be resolved with `https://github.com/sagemath/sage/pull/35584`. And I have the Timed out failure from issue `https://github.com/cschwan/sage-on-gentoo/issues/707`.
Does https://github.com/sagemath/sage/pull/35831 fix the `pkg_resources` DeprecationWarnings?
I still get the DeprecationWarning.
``` DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('pydevd_plugins.extensions.types')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages ``` when doctesting ``` sage -t --long /usr/lib/python3.11/site-packages/sage/repl/ipython_kernel/kernel.py ```...