Skip to content

Commit

Permalink
skip boto test for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpei-ukita committed Dec 20, 2023
1 parent e7130f8 commit b8733d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/contrib/s3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test_read_no_file_sse(self):
t = self.create_target(encrypt_key=True)
self.assertRaises(FileNotFoundException, t.open)

@unittest.skipIf(tuple(sys.version_info) >= (3, 12), "boto is not supported on Python 3.12+")
def test_read_iterator_long(self):
# write a file that is 5X the boto buffersize
# to test line buffering
Expand Down

0 comments on commit b8733d4

Please sign in to comment.