call site 0 for path.local.remove
path/local/testing/test_local.py - line 125
120
121
122
123
124
125
   def test_mkdtemp_creation(self):
       d = local.mkdtemp()
       try:
           assert d.check(dir=1)
       finally:
->         d.remove(rec=1)