From 70311a44c21beeedab66e78002857d303e8c7541 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 18 Feb 2026 13:26:16 +0200 Subject: [PATCH] Repair Python 3.9 tests --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a48dca512..d5f3e326b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,11 @@ envlist = [testenv] extras = dev -deps = {env:BABEL_TOX_EXTRA_DEPS:} +deps = + # On Python 3.9, we need a version of Setuptools that still has pkg_resources + # to be able to run the Jinja extractor tests. + py39: setuptools<82 + {env:BABEL_TOX_EXTRA_DEPS:} allowlist_externals = make commands = make clean-cldr test setenv =