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

Undo a bug fix that caused a worse bug. #11666

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Conversation

mdmintz
Copy link
Contributor

@mdmintz mdmintz commented Feb 17, 2023

Undo a bug fix that caused a worse bug.

Do to 3f6717d#diff-10fa59c3fd96a0c31762373ca8d7373c0ab669a437ae957b1a17ea1377b20608 a worse bug was allowed to appear that caused deprecation warnings for everyone using selenium 4.8.1 with unittest / pytest. DeprecationWarning: keep_alive has been deprecated, please pass in a Service object, even if not setting keep_alive.

This temporary fix will allow the Selenium Team more time to deal with the proper fix for both bugs. (Caused by duplicate calls in Chrome / Chromium __init__() methods.


Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

### Undo a bug fix that caused a worse bug.

Do to SeleniumHQ@3f6717d#diff-10fa59c3fd96a0c31762373ca8d7373c0ab669a437ae957b1a17ea1377b20608 a worse bug was allowed to appear that caused deprecation warnings for everyone using ``selenium`` ``4.8.1`` with unittest / pytest. ``DeprecationWarning: keep_alive has been deprecated, please pass in a Service object``, even if not setting ``keep_alive``.

This temporary fix will allow the Selenium Team more time to deal with the proper fix for both bugs. (Caused by duplicate calls in Chrome / Chromium ``__init__()`` methods.
Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

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

Thank you, @mdmintz!

@diemol diemol merged commit 835ee7e into SeleniumHQ:trunk Feb 17, 2023
@mdmintz mdmintz deleted the patch-1 branch February 18, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants