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):
69
69
],
70
70
extras_require = {
71
71
'dev' : [
72
- 'pytest>=6.0' ,
73
- 'pytest-cov ' ,
72
+ "tzdata;sys_platform == 'win32'" ,
73
+ 'backports.zoneinfo; python_version<"3.9" ' ,
74
74
'freezegun~=1.0' ,
75
+ 'jinja2>=3.0' ,
76
+ 'pytest-cov' ,
77
+ 'pytest>=6.0' ,
78
+ 'pytz' ,
79
+ 'setuptools' ,
75
80
],
76
81
},
77
82
cmdclass = {'import_cldr' : import_cldr },
Original file line number Diff line number Diff line change @@ -10,13 +10,7 @@ envlist =
10
10
[testenv]
11
11
extras =
12
12
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:}
20
14
allowlist_externals = make
21
15
commands = make clean-cldr test
22
16
setenv =
You can’t perform that action at this time.
0 commit comments