Commit 5326369
committed
#267 Do not run multiprocessing on multiple processes
* the combo of py.test threading and multiprocessing with our own
tests of threading and multiprocessing is likely too much and
adding some monkey wrench in the test setup. We now run the scancode
CLI tests sequentially.
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>1 parent 014e85a commit 5326369
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments