Skip to content
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

Merged
merged 6 commits into from
Sep 6, 2024
Merged

Python 3 12 #1916

merged 6 commits into from
Sep 6, 2024

Conversation

emanlove
Copy link
Member

@emanlove emanlove commented Sep 6, 2024

Support Python 3.12

"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.
Copy link
Contributor

@aaltat aaltat 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 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")
Copy link
Contributor

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.

@emanlove emanlove merged commit c107110 into robotframework:master Sep 6, 2024
48 checks passed
@emanlove emanlove added enhancement priority: high acknowledge To be acknowledged in release notes labels Sep 6, 2024
@emanlove emanlove deleted the python-3_12 branch September 28, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge To be acknowledged in release notes enhancement priority: high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants