create Makefile target update-test-deps

This commit is contained in:
Changaco 2025-04-05 17:24:36 +02:00
parent d1bb2f11d5
commit 990c093a3e

View File

@ -93,6 +93,9 @@ pytest-i18n-browse: $(env)
pytest-profiling: $(env)
LIBERAPAY_PROFILING=yes $(py_test) -k $${k-TestPerformance} --profile-svg ./tests/py/
update-test-deps: $(env)
$(pip) install -U -r requirements_tests.txt
_i18n_extract: $(env)
@PYTHONPATH=. $(env_bin)/pybabel extract -F .babel_extract --no-wrap -o i18n/core.pot --sort-by-file $$(\
git ls-files | \