summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-02-11-20-28-08.gh-issue-89792.S-Y5BZ.rst
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.