test: run node specs with py3 (#34165)

Co-authored-by: Jeremy Rose <japthorp@slack-corp.com>
This commit is contained in:
trop[bot]
2022-05-11 10:02:00 +02:00
committed by GitHub
parent 85063322e9
commit 49ee456797

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',