Skip to content

Conversation

@aaltat
Copy link
Contributor

@aaltat aaltat commented May 23, 2017

Fixes the #809

Copy link
Member

@pekkaklarck pekkaklarck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the change to acceptance test execution. It would be a bit better to have unrelated cleanup in a separate commit, though.

def execute_tests(interpreter, browser, rf_options, sauce_username, sauce_key):
options = []
runner = interpreter.split() + ['-m', 'robot.run']
runner = interpreter.split() + ['-m', 'robot']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks test execution with RF < 3.0. Need to change back to robot.run even though that causes an annoying warning with Python 3.6.

Fixes the #809
@aaltat aaltat merged commit 9c5a324 into robotframework:master May 23, 2017
@aaltat aaltat deleted the python_3_support_final branch May 26, 2017 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants