Skip to content
  • Rituka Patwal's avatar
    chore: set python interpreter to python3 in script/spec-runner.js (#29740) · 3e69985b
    Rituka Patwal authored
    
    
    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.
    
    Co-authored-by: default avatarRituka Patwal <rituka.patwal@postman.com>
    3e69985b