File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 40
40
- env_file : actions-38.yaml
41
41
pattern : " not slow and not network and not single_cpu"
42
42
extra_apt : " language-pack-it"
43
+ # Use the utf8 version as the default, it has no bad side-effect.
43
44
lang : " it_IT.utf8"
44
45
lc_all : " it_IT.utf8"
45
- name : " Locale: it_IT.utf8"
46
+ # Also install it_IT (its encoding is ISO8859-1) but do not activate it.
47
+ # It will be temporarily activated during tests with locale.setlocale
48
+ extra_loc : " it_IT"
49
+ name : " Locale: it_IT"
46
50
- env_file : actions-38.yaml
47
51
pattern : " not slow and not network and not single_cpu"
48
52
extra_apt : " language-pack-zh-hans"
52
56
# Also install zh_CN (its encoding is gb2312) but do not activate it.
53
57
# It will be temporarily activated during tests with locale.setlocale
54
58
extra_loc : " zh_CN"
55
- name : " Locale: zh_CN.utf8 + extra zh_CN (gb2312) "
59
+ name : " Locale: zh_CN"
56
60
- env_file : actions-38.yaml
57
61
pattern : " not slow and not network and not single_cpu"
58
62
pandas_data_manager : " array"
Original file line number Diff line number Diff line change @@ -1207,6 +1207,8 @@ def utc_fixture(request):
1207
1207
params = [
1208
1208
pytest .param (None , id = str (locale .getlocale ())),
1209
1209
"it_IT.utf8" ,
1210
+ "it_IT" ,
1211
+ "zh_CN.utf8" ,
1210
1212
"zh_CN" ,
1211
1213
]
1212
1214
)
You can’t perform that action at this time.
0 commit comments