We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf5c6b commit a20d372Copy full SHA for a20d372
.github/workflows/datadog_test_optimization.yml
@@ -27,7 +27,7 @@ env:
27
DD_ENV: ci
28
DD_SERVICE: datadog-sync-cli
29
DD_TAGS: "team:hamr"
30
- DD_TRACE_ANALYTICS_ENABLED: "true"
+# DD_TRACE_ANALYTICS_ENABLED: "true"
31
32
jobs:
33
test-optimization:
setup.cfg
@@ -49,7 +49,7 @@ console_scripts =
49
50
[options.extras_require]
51
tests =
52
- ddtrace==2.21.1
+ ddtrace>=2.21.1
53
black==24.3.0
54
pytest==8.1.1
55
pytest-black
0 commit comments