[issue41947] Tests When Building Python

2020-10-05 Thread Eric V. Smith


Change by Eric V. Smith :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41947] Tests When Building Python

2020-10-05 Thread Eric V. Smith


Eric V. Smith  added the comment:

You could try setting EXTRATESTOPTS, although I haven't tried it.

This question is probably better asked on python-list or StackOverflow.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41947] Tests When Building Python

2020-10-05 Thread Michael L. Boom


Michael L. Boom  added the comment:

When I do the ./configure, make -j 32, and make install it runs 416 tests in 
sequence.  Is there a way to make it run 32 unit tests at a time so it is much 
quicker?  Thanks.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41947] Tests When Building Python

2020-10-05 Thread Eric V. Smith


Eric V. Smith  added the comment:

>From the test.regrtest help:

  -j PROCESSES, --multiprocess PROCESSES
run PROCESSES processes at once

So, if you want to run 4 processes in parallel:
./python -m test.regrtest -j4

--
nosy: +eric.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41947] Tests When Building Python

2020-10-05 Thread Michael L. Boom


New submission from Michael L. Boom :

When building Python it runs 416 tests in sequence.  It would be a "lot" faster 
if these were run in parallel.

--
components: Installation
messages: 378062
nosy: boom0192
priority: normal
severity: normal
status: open
title: Tests When Building Python
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com