call site 13 for path.local.remove
path/local/testing/test_local.py - line 134
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)