File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -848,18 +848,6 @@ def test_RNGContext(self):
848
848
assert np .random .randn () == expected0
849
849
850
850
851
- class TestLocale (object ):
852
-
853
- def test_locale (self ):
854
- if sys .platform == 'win32' :
855
- pytest .skip (
856
- "skipping on win platforms as locale not available" )
857
-
858
- # GH9744
859
- locales = tm .get_locales ()
860
- assert len (locales ) >= 1
861
-
862
-
863
851
def test_datapath_missing (datapath , request ):
864
852
if not request .config .getoption ("--strict-data-files" ):
865
853
pytest .skip ("Need to set '--strict-data-files'" )
Original file line number Diff line number Diff line change @@ -455,6 +455,7 @@ def mockgetlocale():
455
455
456
456
def test_get_locales (self ):
457
457
# all systems should have at least a single locale
458
+ # GH9744
458
459
assert len (tm .get_locales ()) > 0
459
460
460
461
def test_get_locales_prefix (self ):
You can’t perform that action at this time.
0 commit comments