File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 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):
848848 assert np .random .randn () == expected0
849849
850850
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-
863851def test_datapath_missing (datapath , request ):
864852 if not request .config .getoption ("--strict-data-files" ):
865853 pytest .skip ("Need to set '--strict-data-files'" )
Original file line number Diff line number Diff line change @@ -455,6 +455,7 @@ def mockgetlocale():
455455
456456 def test_get_locales (self ):
457457 # all systems should have at least a single locale
458+ # GH9744
458459 assert len (tm .get_locales ()) > 0
459460
460461 def test_get_locales_prefix (self ):
You can’t perform that action at this time.
0 commit comments