mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

use sys.executable to run robot #584

Closed rasjani closed 1 month ago

rasjani commented 6 months ago

Fixes #578

Rationale for this change:

Optional --sysexecutable could be removed and functionality of current change be made a sole calling mechanism since existing code is already importing robot to determine version. This sort of makes assumption that pabot and robot are installed in under same python interpreter and usage of executable wrappers is purely optional ?