9ea9558 Set NUMPROCS minimum value for tests.

Authored and Committed by zpagure 3 years ago
1 file changed. 3 lines added. 0 lines removed.
    Set NUMPROCS minimum value for tests.
    
    When multiprocessing.cpu_count() is 1, NUMPROCS is set to zero and no
    processes are started. This change sets the minimum value for NUMPROCS
    to 1.
    
        
file modified
+3 -0