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
convert_dos_path does not currently handle UNC paths or paths of the form \??\X: (as returned by Wine).
This results in the psutil/tests/test_process.py::TestProcess::test_exe test failing in the following cases:
Python is run from a network share; or
The tests are performed under Wine on a drive other than the one Python is installed on.
Summary
Description
convert_dos_path
does not currently handle UNC paths or paths of the form\??\X:
(as returned by Wine).This results in the
psutil/tests/test_process.py::TestProcess::test_exe
test failing in the following cases:In the tests below, TestProcessPath is compiled from https://gist.github.com/klightspeed/cbb6b9957c521517673798bff4e15663
Case 1: Python is run from a network share:
Case 2: tests are run under Wine on a different drive to that Python is installed from:
The text was updated successfully, but these errors were encountered: