Skip to content

Commit d4506b7

Browse files
brettlangdonemmettbutler
authored andcommitted
chore: remove remaining aioredis references (#15275)
## Description #15253 removed aioredis integration folders, but was missing updating the registry and monkey.py. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: Emmett Butler <[email protected]>
1 parent dbab684 commit d4506b7

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

ddtrace/_monkey.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
# Default set of modules to automatically patch or not
3232
PATCH_MODULES = {
33-
"aioredis": True,
3433
"aiomysql": True,
3534
"aredis": True,
3635
"asyncio": True,

ddtrace/contrib/integration_registry/mappings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"asgi",
99
"wsgi",
1010
"boto",
11-
"aioredis",
1211
"pytest_bdd",
1312
"urllib",
1413
"webbrowser",

ddtrace/internal/settings/_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"falcon",
110110
"langgraph",
111111
"litellm",
112-
"aioredis",
113112
"test_visibility",
114113
"redis",
115114
"mako",

scripts/check_suitespec_coverage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
# Ignore any embedded documentation
2626
IGNORE_PATTERNS.add("**/*.md")
27-
# The aioredis integration is deprecated and untested
28-
IGNORE_PATTERNS.add("ddtrace/contrib/aioredis/*")
2927
# TODO(taegyunkim): remove these after merging profiling v2 tests back to profiling
3028
IGNORE_PATTERNS.add("tests/profiling/*.py")
3129
IGNORE_PATTERNS.add("tests/profiling/*/*.py")

0 commit comments

Comments
 (0)