Are you sure that passing with both is really needed?

As in case selenium is updated in constraints first - then you only need to pass on the new version? And given that it's broken now anyway - probably it's not that bad to update it right away?


чт, 26 февр. 2026 г. в 17:38, Radomir Dopieralski <openstack@dopieralski.pl>:
>On Thu, Feb 26, 2026 at 5:32 PM Clark Boylan <cboylan@sapwetik.org> wrote:
The version of selenium in the constraints file is almost 8 years old. I suspect that the proper solution here is to update to Selenium 4. This document indicates it should be straightforward to do so: https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
 
It's never straightforward when global requirements are involved, because the patch has to pass tests with both old version and new version. We will be experimenting with it and try to find a solution that works.