Skip to content

[docker] Use python3-selenium < 4.1.4 (woob requirement for python 3.7 compat)

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixSelenium into main

python3-selenium 4.1.4+ requires python 3.8+ whereas woob still supports 3.7, so every module using selenium in woob requires < 4.1.4.

Merge request reports