File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,14 @@ def run(self):
6969 ],
7070 extras_require = {
7171 'dev' : [
72- 'pytest>=6.0' ,
73- 'pytest-cov ' ,
72+ "tzdata;sys_platform == 'win32'" ,
73+ 'backports.zoneinfo; python_version<"3.9" ' ,
7474 'freezegun~=1.0' ,
75+ 'jinja2>=3.0' ,
76+ 'pytest-cov' ,
77+ 'pytest>=6.0' ,
78+ 'pytz' ,
79+ 'setuptools' ,
7580 ],
7681 },
7782 cmdclass = {'import_cldr' : import_cldr },
Original file line number Diff line number Diff line change @@ -10,13 +10,7 @@ envlist =
1010[testenv]
1111extras =
1212 dev
13- deps =
14- {env:BABEL_TOX_EXTRA_DEPS:}
15- backports.zoneinfo; python_version<"3.9"
16- tzdata; sys_platform == 'win32'
17- pytz: pytz
18- setuptools: setuptools
19- jinja: jinja2>=3.0
13+ deps = {env:BABEL_TOX_EXTRA_DEPS:}
2014allowlist_externals = make
2115commands = make clean-cldr test
2216setenv =
You can’t perform that action at this time.
0 commit comments