You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self = <pandas.tests.util.test_util.TestLocaleUtils object at 0x13db41290>, monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x13db41450>
def test_can_set_locale_invalid_get(self, monkeypatch):
# In some cases, an invalid locale can be set,
# but a subsequent getlocale() raises a ValueError
# See GH 22129
def mockgetlocale():
raise ValueError()
> with monkeypatch.context() as m:
E AttributeError: 'MonkeyPatch' object has no attribute 'context'
The text was updated successfully, but these errors were encountered:
OSX 2.7
The text was updated successfully, but these errors were encountered: