Skip to content

Commit 209e11b

Browse files
committed
no reason to skip these in other locales
1 parent 77e1238 commit 209e11b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/excel/test_readers.py

-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ def test_read_from_http_url(self, read_ext):
624624
local_table = pd.read_excel("test1" + read_ext)
625625
tm.assert_frame_equal(url_table, local_table)
626626

627-
@td.skip_if_not_us_locale
628627
def test_read_from_s3_url(self, read_ext, s3_resource, s3so):
629628
# Bucket "pandas-test" created in tests/io/conftest.py
630629
with open("test1" + read_ext, "rb") as f:

0 commit comments

Comments
 (0)