Skip to content

Commit 4649f93

Browse files
authored
Add boto3 to standard flavor (#116)
1 parent 81cd8cf commit 4649f93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test/standard-flavor/available-packages.py

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_34(self): self.import_test('requests')
7070
def test_35(self): self.import_test('EXASOL')
7171
def test_36(self): self.import_test('paramiko')
7272
def test_37(self): self.import_test('pysftp')
73+
def test_38(self): self.import_test('boto3')
7374

7475
class AvailablePython3Packages(udf.TestCase):
7576
def setUp(self):
@@ -137,6 +138,7 @@ def test_35(self): self.import_test('pyexasol')
137138
def test_36(self): self.import_test('EXASOL')
138139
def test_36(self): self.import_test('paramiko')
139140
def test_37(self): self.import_test('pysftp')
141+
def test_38(self): self.import_test('boto3')
140142

141143

142144
class AvailableRPackages(udf.TestCase):

0 commit comments

Comments
 (0)