Skip to content

Commit a20d372

Browse files
Try updating ddtrace
1 parent 7bf5c6b commit a20d372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/datadog_test_optimization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
DD_ENV: ci
2828
DD_SERVICE: datadog-sync-cli
2929
DD_TAGS: "team:hamr"
30-
DD_TRACE_ANALYTICS_ENABLED: "true"
30+
# DD_TRACE_ANALYTICS_ENABLED: "true"
3131

3232
jobs:
3333
test-optimization:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ console_scripts =
4949

5050
[options.extras_require]
5151
tests =
52-
ddtrace==2.21.1
52+
ddtrace>=2.21.1
5353
black==24.3.0
5454
pytest==8.1.1
5555
pytest-black

0 commit comments

Comments
 (0)