test: run node specs with py3 (#34154)

This commit is contained in:
Jeremy Rose 2022-05-10 14:26:53 -07:00 committed by GitHub
parent e76cf3e2ed
commit 9bcbe70dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ const getCustomOptions = () => {
async function main () {
const options = args.default ? defaultOptions : getCustomOptions();
const testChild = cp.spawn('python', options, {
const testChild = cp.spawn('python3', options, {
env: {
...process.env,
ELECTRON_RUN_AS_NODE: 'true',