-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 12 #1916
Python 3 12 #1916
Conversation
"Should Detect Page Loads While Waiting On An Async Script And Return An Error" is showing some differences I believe with the current Chrome browser version 128. Going to temporarily triage it and see if there are other issues within the test matrix.
Removed 5.0.1 as it is not compatable with Python3.12 (which came in RF version 6.1). Also bumped 7.0 to 7.0.1.
- also cleaned up the github runner
As I did not keep up with the selenium version over the summer going to test from 4.21.0 to latest (4.24.0)
As we now are only testing Selenium version 2.21 or greater I removed the check to see the correct method name for getting the binaries with Selenium Manage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, there is one unrelated comment, but ready for merge for me.
@@ -114,6 +116,19 @@ def test_parse_options_string_errors(options, reporter): | |||
verify_all("Selenium options string errors", results, reporter=reporter) | |||
|
|||
|
|||
@pytest.mark.skipif(WINDOWS, reason="ApprovalTest do not support different line feeds") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Approval tests did fix this problem and skipping in Windows could be removed now days. Doesn’t have to be this PR tough.
Support Python 3.12