We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c098e98 commit d8297ecCopy full SHA for d8297ec
tests/data/dummy_code_bundle_with_reqs/main_script.py
@@ -6,6 +6,6 @@
6
import local_module
7
8
print("Trying to import module from requirements.txt...")
9
-import stepfunctions
+from aws_xray_sdk.core import xray_recorder
10
11
print("Done")
tests/data/dummy_code_bundle_with_reqs/requirements.txt
@@ -1,3 +1,3 @@
1
-# As a test dependency, we'll use the AWS Step Functions Data Science SDK - since it's more of a
2
-# notebook environment tool than a training/processing job library, so shouldn't be in base images
3
-stepfunctions
+# We use aws-xray-sdk as a test dependency as it shouldn't be in base images.
+# It is compatible with python 3.7 to 3.11, maintained regularly and does not depend on sagemaker
+aws-xray-sdk
0 commit comments