Skip to content

Commit 1dedf63

Browse files
Debian Science Teamrebecca-palmer
Debian Science Team
authored andcommitted
Xfail a test that doesn't work in the C locale
Author: Rebecca N. Palmer <[email protected]> Forwarded: no Gbp-Pq: Name xfail_c_locale.patch
1 parent e43cf21 commit 1dedf63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/config/test_localization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def test_set_locale(lang, enc):
132132
assert before_locale == after_locale
133133

134134

135+
@pytest.mark.xfail(strict=False,reason="fails in C locale")
135136
def test_encoding_detected():
136137
system_locale = os.environ.get("LC_ALL")
137138
system_encoding = system_locale.split(".")[-1] if system_locale else "utf-8"

0 commit comments

Comments
 (0)