blob: 9de278919ef2f8a4756a62ce3471811b4c9f75e2 (
plain)
1
2
3
4
|
``test_tools`` now copies up to 10x less source data to a temporary directory
during the ``freeze`` test by ignoring git metadata and other artifacts. It
also limits its python build parallelism based on os.cpu_count instead of hard
coding it as 8 cores.
|