call site 7 for path.local.mkdtemp
path/local/testing/test_local.py - line 128
127
128
129
130
131
132
133
134
   def test_tmproot(self):
->     d = local.mkdtemp()
       tmproot = local.get_temproot()
       try:
           assert d.check(dir=1)
           assert d.dirpath() == tmproot
       finally:
           d.remove(rec=1)