Package: src:pandas
Version: 0.19.2-5
Severity: important

Hi,

since quite a while, the CI test for Pandas fails:

======================================================================
FAIL: test_set_locale (pandas.tools.tests.test_util.TestLocaleUtils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pandas/tools/tests/test_util.py",
line 117, in test_set_locale
    self.assertEqual(current_locale, CURRENT_LOCALE)
AssertionError: Tuples differ: (None, None) != ('en_US', 'UTF-8')

First differing element 0:
None
'en_US'

- (None, None)
+ ('en_US', 'UTF-8')

----------------------------------------------------------------------

This hides other problems that may appear during the test (like
#858260), and should be fixed before Stretch if possible.

Best regards

Ole

Reply via email to