diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-01-29 15:41:24 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-29 17:37:30 +0100 |
commit | a8aaf5719bfb17adc66a09478a0a559b81a24ab0 (patch) | |
tree | e5ebf0c105a6bc52c33c95259219bcce70e07e51 | |
parent | 559b8606189ff44eee6e8bcde2763daf3c2cbd7c (diff) | |
download | searxng-a8aaf5719bfb17adc66a09478a0a559b81a24ab0.tar.gz searxng-a8aaf5719bfb17adc66a09478a0a559b81a24ab0.zip |
[test.robot] update gecko driver / v0.34.0 required by firefox 121.*
Update gecko driver to v0.34.0 [1]
[1] https://github.com/mozilla/geckodriver/releases/tag/v0.34.0
Closes: https://github.com/searxng/searxng/issues/3141
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ PATH="${REPO_ROOT}/node_modules/.bin:${PATH}" PYOBJECTS="searx" PY_SETUP_EXTRAS='[test]' -GECKODRIVER_VERSION="v0.33.0" +GECKODRIVER_VERSION="v0.34.0" # SPHINXOPTS= BLACK_OPTIONS=("--target-version" "py311" "--line-length" "120" "--skip-string-normalization") BLACK_TARGETS=("--exclude" "(searx/static|searx/languages.py)" "--include" 'searxng.msg|\.pyi?$' "searx" "searxng_extra" "tests") |