mkorpela / pabot

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

Updates to support Robot 6.1 #534

Closed oboehmer closed 1 year ago

oboehmer commented 1 year ago

Robot 6.1 introduced a new CLI option parser which needs to be added to the list of options not valid for rebot.

In addition Pekka removed the private _add_initial from robot's NormalizedDict, he suggests to just leverage .update() instead (which also works for older releases).. but maybe you had a reason to use _add_initial in the first place?

Fixes #533

mkorpela commented 1 year ago

Thank you for the contribution!

oboehmer commented 1 year ago

thanks for merging so quickly.. when do you intend to release, @mkorpela ?