Skip to content

Commit 68999b1

Browse files
authored
Repair Python 3.9 tests (#1257)
1 parent 56c63ca commit 68999b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ envlist =
1010
[testenv]
1111
extras =
1212
dev
13-
deps = {env:BABEL_TOX_EXTRA_DEPS:}
13+
deps =
14+
# On Python 3.9, we need a version of Setuptools that still has pkg_resources
15+
# to be able to run the Jinja extractor tests.
16+
py39: setuptools<82
17+
{env:BABEL_TOX_EXTRA_DEPS:}
1418
allowlist_externals = make
1519
commands = make clean-cldr test
1620
setenv =

0 commit comments

Comments
 (0)