Can you also please tell me why it is failing as well . The errors I get are mostly some warning about deprecation or failing to import some modules but I have made no changes to any of the related files and synced with the upstream repository about an hour ago .
The output I get on running the test locally : *The sympy.utilities.runtests submodule is deprecated. Use sympy.testing.runtests instead.See https://docs.sympy.org/latest/explanation/active-deprecations.html#deprecated-sympy-utilities-submodulesfor details.This has been deprecated since SymPy version 1.6. Itwill be removed in a future version of SymPy. return _bootstrap._gcd_import(name[level:], package, level) ERROR: Failed to import 'sympy.galgebra'.ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlexer'.ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlistener'.ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevparser'.ERROR: Failed to import 'sympy.parsing.latex._antlr.latexlexer'. ERROR: Failed to import 'sympy.parsing.latex._antlr.latexparser'. ERROR: Failed to import 'sympy.plotting.pygletplot.color_scheme'. ERROR: Failed to import 'sympy.plotting.pygletplot.managed_window'.ERROR: Failed to import 'sympy.plotting.pygletplot.plot'.ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'.ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'. ERROR: Failed to import 'sympy.plotting.pygletplot.plot_curve'. ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode'. ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode_base'. ERROR: Failed to import 'sympy.plotting.pygletplot.plot_modes'. ERROR: Failed to import 'sympy.plotting.pygletplot.plot_rotation'.ERROR: Failed to import 'sympy.plotting.pygletplot.plot_surface'.ERROR: Failed to import 'sympy.plotting.pygletplot.plot_window'. ERROR: Failed to import 'sympy.plotting.pygletplot.util'.Oh no, found some problems!Scanned 1501 module(s), 1923 class(es).* On Saturday 10 February 2024 at 03:33:43 UTC+5:30 [email protected] wrote: > The slotscheck test is run on CI but isn't included in the normal > local tests run. If you want to run it locally you will need to > install slotscheck and run 'slotscheck sympy/' > > Aaron Meurer > > On Fri, Feb 9, 2024 at 2:02 PM Shishir Kushwaha > <[email protected]> wrote: > > > > I am getting an error in > > Check for incorrect use of "__slots__" using slotcheck . > > Any Idea why ? > > > > -- > > You received this message because you are subscribed to the Google > Groups "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/9ca60097-eb28-436e-9c29-79eae93edf83n%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/c54fcc72-f543-4c5e-b087-529abafc5c9bn%40googlegroups.com.
