We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c63ca commit 68999b1Copy full SHA for 68999b1
tox.ini
@@ -10,7 +10,11 @@ envlist =
10
[testenv]
11
extras =
12
dev
13
-deps = {env:BABEL_TOX_EXTRA_DEPS:}
+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:}
18
allowlist_externals = make
19
commands = make clean-cldr test
20
setenv =
0 commit comments