Salut,

There is only one python3-specific target so far. This target is slowly 
getting closer and closer to being just the same as testing all files. At 
some point (hopefully), it will become useless, when all tests will pass 
with python3.

I am not sure what you are asking for. You can run any of the usual make 
targets, and they will report errors. If you want them to report no error, 
then this must wait until somebody fixes these errors. Hint : you can help 
by reviewing tickets. https://trac.sagemath.org/ticket/26212

Frédéric

Compare the definitions:

TESTALL = ./sage -t --all
PTESTALL = ./sage -t -p --all
PTEST_PYTHON3 = cat src/ext/doctest/python3-known-passing.txt | xargs ./sage 
-t --long -p



Le lundi 1 juillet 2019 15:12:22 UTC+2, Emmanuel Charpentier a écrit :
>
> Dear all,
>
> I plan to switch to Python3-base Sagemath (as recenthy requested on this 
> list) at least in order to be able to report my results and corner cases 
> resulting from my (admittedly peculiar) use of Sage.
>
> So far, the instructions given in the FAQ 
> <http://doc.sagemath.org/html/en/faq/faq-usage.html#can-i-use-sagemath-with-python-3-x>
>  
> worked. Perusing the sage-release list hinted me about make ptest-python3. 
> So I wonder how to run (the equivalents of) ptestlong and/arr testalllong 
> without bumping on a whole lot of known unsupported cases.
>
> Hints ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/8ec5c63d-5400-4dc9-8419-f222c7e5797a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to