mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
This commit is contained in:
parent
c981ad16b0
commit
1a2dd82f56
5 changed files with 24 additions and 22 deletions
|
|
@ -575,7 +575,7 @@ class CommandLineTestsBase:
|
|||
new=[sys.executable, self.directory, "-j0"]):
|
||||
compileall.main()
|
||||
self.assertTrue(compile_dir.called)
|
||||
self.assertEqual(compile_dir.call_args[-1]['workers'], None)
|
||||
self.assertEqual(compile_dir.call_args[-1]['workers'], 0)
|
||||
|
||||
|
||||
class CommmandLineTestsWithSourceEpoch(CommandLineTestsBase,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue