Fix possible "file already exists" error when running the tests in parallel.
This is a perfect example of LBYL going wrong: that code could be executed by several workers in parallel, and os.mkdir() attempted on the same path by multiple processes.
A
Antoine Pitrou committed
ee4293400cff1d5f9a7a6dd8e9aaa6ba6623e348
Parent: 1d827ff