Skip to content

Commit cc4d20d

Browse files
chore: [SVLS-5989] try to get integration tests back up and running
1 parent c1f055d commit cc4d20d

15 files changed

+8339
-1019
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
2323
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
2424
RUN find . -name 'libddwaf.so' -delete
2525
RUN rm -rf ./python/lib/$runtime/site-packages/urllib3*
26-
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
2726
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
2827
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
2928
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so

poetry.lock

+87-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
python = ">=3.8.0,<4"
2929
datadog = ">=0.41.0,<1.0.0"
3030
wrapt = "^1.11.2"
31-
ddtrace = ">=2.19.1"
31+
ddtrace = ">=2.20.0"
3232
ujson = ">=5.9.0"
3333
boto3 = { version = "^1.34.0", optional = true }
3434
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)