ci(asyncio): skip asyncio not imported test#18586
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1d0e03da60
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
BenchmarksBenchmark execution time: 2026-06-11 11:19:37 Comparing candidate commit 1d0e03d in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 616 metrics, 10 unstable metrics. scenario:iast_aspects-re_expand_aspect
scenario:iastaspects-strip_noaspect
scenario:iastaspects-upper_aspect
scenario:iastaspectsospath-ospathbasename_aspect
scenario:span-start
|
Description
This test has started failing recently. Previously it was quarantined.
This test is now failing because
wrapt>=2now importsasyncioby default, and we have some default code paths which rely on importingwrapt.At this time, the following modules import
wraptwithimport ddtrace.auto:Testing
Risks
Additional Notes