Skip to content

Commit

Permalink
try to fix win err
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed May 22, 2020
1 parent e20bc7c commit 738f289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psutil/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ def attempt(exe):
if GITHUB_WHEELS:
if PYPY:
return which("pypy3") if PY3 else which("pypy")
elif WINDOWS:
return os.path.realpath(sys.executable)
else:
return which('python')
elif MACOS:
Expand Down

0 comments on commit 738f289

Please sign in to comment.