Skip to content

Commit f1dcd6d

Browse files
committed
TST: placement of network error catching in s3 tests
1 parent cd484cc commit f1dcd6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/parser/test_network.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ def check_compressed_urls(salaries_table, compression, extension, mode,
4545
tm.assert_frame_equal(url_table, salaries_table)
4646

4747

48+
@tm.network
4849
class TestS3(object):
49-
@tm.network
50+
5051
def test_parse_public_s3_bucket(self):
5152
pytest.importorskip('s3fs')
5253
# more of an integration test due to the not-public contents portion

0 commit comments

Comments
 (0)