Check if python starts python3#6239
Conversation
This bails out when `python` command does not exist or does not start Python 3.
|
cc: @nafaynajam |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6239 +/- ##
=======================================
Coverage 97.38% 97.38%
=======================================
Files 1116 1116
Lines 96110 96118 +8
=======================================
+ Hits 93594 93603 +9
+ Misses 2516 2515 -1
☔ View full report in Codecov by Sentry. |
|
@pavoljuhas I see that you have mentioned me in this issue, could you elaborate how I may be of help?, I see commits in code coverage, is it just to notify me of the changes in it?. |
Hi Nafay, this PR is to address the error on running check/pytest you asked about last Friday. No action is needed, the cc is to let you know about the fix. |
|
@pavoljuhas Very nice, thanks :-) |
Problem: dev_tools/pypath does not work when
pythoncommand doesnot exist causing a failure in
check/pytest(PYTHONPATH not set).Solution: Require that
pythonstarts Python 3.Bail out from the check scripts otherwise.