Skip to content

Commit 13cb1a7

Browse files
committed
Merge pull request pandas-dev#10836 from cel4/fix_locale_failure
skipped failing test on non-engish locales
2 parents 35cc80d + e4368de commit 13cb1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tseries/tests/test_timeseries.py

+2
Original file line numberDiff line numberDiff line change
@@ -4325,6 +4325,8 @@ def test_to_datetime_format_time(self):
43254325
self.assertEqual(to_datetime(s, format=format), dt)
43264326

43274327
def test_to_datetime_with_non_exact(self):
4328+
# GH 10834
4329+
_skip_if_has_locale()
43284330

43294331
# 8904
43304332
# exact kw

0 commit comments

Comments
 (0)