[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset cce1cb9180dd9143c5b2ce094a52c555b42c7aa8 by Victor Stinner in branch '2.7': bpo-30871: Add test.pythoninfo (#3174) (#3175) https://github.com/python/cpython/commit/cce1cb9180dd9143c5b2ce094a52c555b42c7aa8 --

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3213 ___ Python tracker ___ ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 29d007bb670b486788f73c2d742b0ad0b679ff13 by Victor Stinner in branch '3.6': [3.6] bpo-30871: Add test.pythoninfo (#3174) https://github.com/python/cpython/commit/29d007bb670b486788f73c2d742b0ad0b679ff13 --

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3211 ___ Python tracker ___ ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: Thanks Han Lee for the bug report, the issue should now be fixed. -- ___ Python tracker ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 92b1f90143286385c0ff5be98d3721b90580a912 by Victor Stinner in branch 'master': bpo-31231: Fix pythoninfo in Travis config (#3134) https://github.com/python/cpython/commit/92b1f90143286385c0ff5be98d3721b90580a912 --

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread R. David Murray
R. David Murray added the comment: Ah, this is probably the issue: https://github.com/python/cpython/pull/3134 -- ___ Python tracker ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread R. David Murray
R. David Murray added the comment: Heh. I saw the PR but didn't realize it was attached to this issue :) -- ___ Python tracker ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: The error comes from "./python -m test.pythoninfo": see bpo-30871. Attached PR should fix this bug. -- nosy: +haypo ___ Python tracker

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3168 ___ Python tracker ___ ___

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread R. David Murray
R. David Murray added the comment: The docs you point to are correct (they mention python.exe). The Travis log also shows it using python.exe. So the error message about the directory must be about some other operation than just running the python command. -- components: +macOS

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-18 Thread Han Lee
Changes by Han Lee : -- title: Travis CI mac test broken: -> Travis CI mac test broken: ./python: is a directory ___ Python tracker