Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set python interpreter to python3 in script/spec-runner.js #29944

Conversation

trop[bot]
Copy link
Contributor

@trop trop bot commented Jun 29, 2021

Backport of #29740

See that PR for details.

Notes: none

The new installs of the python module, python-dbusmock, is broken for
python2. The tests still run fine on linux machine in Electron's
pipeline setup on CircleCI, because the docker image used has
the non-broken version of python-dbusmock for python2 installed.
But running electron tests on any other linux machine would fail if
they don't have this non-broken version of python-dbusmock for python2
installed, already, which is the case for most of the machines.
Moreover, Python2 is deprecated now. So it would be better if we change
the python interpreter in script/spec-runner.js file to python3, for
which all the python modules are updated and working.

Notes: none
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 29, 2021
@trop trop bot added 14-x-y backport This is a backport PR semver/none labels Jun 29, 2021
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jun 29, 2021
@jkleinsc jkleinsc merged commit 9957887 into 14-x-y Jul 1, 2021
@jkleinsc jkleinsc deleted the trop/14-x-y-bp-chore-set-python-interpreter-to-python3-in-script-spec-runner-js-1625006781698 branch July 1, 2021 21:27
@release-clerk
Copy link

release-clerk bot commented Jul 1, 2021

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants