Re: [sympy] What's the Meaning of S and X while running tests .

2024-02-09 Thread Aaron Meurer
If you run the tests with the -v flag you will get more information.
Tests are skipped for various reasons, usually because some optional
dependency is not installed
https://docs.sympy.org/latest/contributing/dependencies.html. Unless
you are working on a submodule that uses one of these dependencies,
you can ignore those tests.

xfail means that a test is expected to fail. These are tests that are
added for behavior that doesn't work yet. You can ignore these.

Aaron Meurer

On Fri, Feb 9, 2024 at 10:28 AM Shishir Kushwaha
 wrote:
>
> S and X have been coming on a few test when I ran tests , they did even when 
> I was setting sympy up , why is it happening . I tried reinstalling thee 
> dependancies and checked the versions required . Althoough no test is failing 
> with a F but I'm still getting 'skipped' and 'xfailed tests'.
>
> --
> 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 sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/d500691b-1b97-4b7e-8b2f-fb5f74341958n%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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2B1dDexj2CnEA9oC17r7RhJn5wD2h5O%3DeJK7S02WUr2_g%40mail.gmail.com.


[sympy] What's the Meaning of S and X while running tests .

2024-02-09 Thread Shishir Kushwaha
S and X have been coming on a few test when I ran tests , they did even 
when I was setting sympy up , why is it happening . I tried reinstalling 
thee dependancies and checked the versions required . Althoough no test is 
failing with a F but I'm still getting 'skipped' and 'xfailed tests'.

-- 
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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d500691b-1b97-4b7e-8b2f-fb5f74341958n%40googlegroups.com.