Commit d41f6b51 authored by Jason Madden's avatar Jason Madden

note about psutil. [skip ci]

parent f35dca8d
......@@ -18,6 +18,9 @@ PY3 = sys.version_info[0] >= 3
def get_open_files():
# XXX: This could be done in a more portable with with psutil
# (https://pypi.python.org/pypi/psutil). right now it makes this
# whole suite fail on windews
if os.system(lsof_command):
raise OSError('lsof failed')
with open(tmpname) as fobj:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment