mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
[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>
This commit is contained in:
parent
559b860618
commit
a8aaf5719b
2
manage
2
manage
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user