Remove the cp1252 test to see if it un-breaks the Windows buildfarm runs.

This commit is contained in:
Dave Page 2019-03-15 11:01:53 +00:00
parent 7a271a34c6
commit ce5120431b

View File

@ -108,13 +108,6 @@ class TestEncodingCharset(BaseTestGenerator):
lc_collate='C',
test_str='ЖИЙЮ'
)),
(
'With Encoding WIN1252',
dict(
db_encoding='WIN1252',
lc_collate='C',
test_str='ÆØÙü'
)),
(
'With Encoding WIN1253',
dict(