You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: test_connections (__main__.TestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_psutil.py", line 459, in wrapper
return fun(*args, **kwargs)
File "test/test_psutil.py", line 1909, in test_connections
tcp4_addr = eval(wait_for_file(testfile))
File "test/test_psutil.py", line 281, in wait_for_file
os.remove(fname)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '$testfile'
Only saw this on appveyor, probably because it's slower than my virtualized Win 7 box, hence this looks like a timing / sync issue.
The text was updated successfully, but these errors were encountered:
https://ci.appveyor.com/project/giampaolo/psutil/build/43/job/1rqcu8sbm1lq0v2o
Only saw this on appveyor, probably because it's slower than my virtualized Win 7 box, hence this looks like a timing / sync issue.
The text was updated successfully, but these errors were encountered: