Skip to content

Commit 2dd2911

Browse files
committed
testing with botocoreinstrumentor
Signed-off-by: Venkata Shreyas Kabekkodu <[email protected]>
1 parent 3bd43ab commit 2dd2911

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/opentelemetry-docker-tests/tests/boto/test_boto_functional.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import os
16+
import sys
1517
import unittest
1618

19+
# Add the path to the boto3 package
20+
sys.path.append(os.path.expanduser("~/.local/lib/python3.8/site-packages"))
21+
1722
import boto3
1823

1924
from opentelemetry.instrumentation.botocore import (

0 commit comments

Comments
 (0)