We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cd8cf commit 4649f93Copy full SHA for 4649f93
tests/test/standard-flavor/available-packages.py
@@ -70,6 +70,7 @@ def test_34(self): self.import_test('requests')
70
def test_35(self): self.import_test('EXASOL')
71
def test_36(self): self.import_test('paramiko')
72
def test_37(self): self.import_test('pysftp')
73
+ def test_38(self): self.import_test('boto3')
74
75
class AvailablePython3Packages(udf.TestCase):
76
def setUp(self):
@@ -137,6 +138,7 @@ def test_35(self): self.import_test('pyexasol')
137
138
def test_36(self): self.import_test('EXASOL')
139
140
141
142
143
144
class AvailableRPackages(udf.TestCase):
0 commit comments