Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ddtrace/_monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

# Default set of modules to automatically patch or not
PATCH_MODULES = {
"aioredis": True,
"aiomysql": True,
"aredis": True,
"asyncio": True,
Expand Down
1 change: 0 additions & 1 deletion ddtrace/contrib/integration_registry/mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"asgi",
"wsgi",
"boto",
"aioredis",
"pytest_bdd",
"urllib",
"webbrowser",
Expand Down
6 changes: 0 additions & 6 deletions ddtrace/contrib/integration_registry/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ integrations:
min: 0.16.0
max: 1.4.0

- integration_name: aioredis
is_external_package: true
is_tested: false
dependency_names:
- aioredis

- integration_name: algoliasearch
is_external_package: true
is_tested: true
Expand Down
62 changes: 0 additions & 62 deletions ddtrace/contrib/internal/aioredis/__init__.py

This file was deleted.

234 changes: 0 additions & 234 deletions ddtrace/contrib/internal/aioredis/patch.py

This file was deleted.

1 change: 0 additions & 1 deletion ddtrace/internal/settings/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"falcon",
"langgraph",
"litellm",
"aioredis",
"test_visibility",
"redis",
"mako",
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/remove-aioredis-3ebab9a4d3a2fc8f.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
upgrade:
- |
aioredis: The aioredis integration has been removed.
2 changes: 0 additions & 2 deletions scripts/check_suitespec_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

# Ignore any embedded documentation
IGNORE_PATTERNS.add("**/*.md")
# The aioredis integration is deprecated and untested
IGNORE_PATTERNS.add("ddtrace/contrib/aioredis/*")
# TODO(taegyunkim): remove these after merging profiling v2 tests back to profiling
IGNORE_PATTERNS.add("tests/profiling/*.py")
IGNORE_PATTERNS.add("tests/profiling/*/*.py")
Expand Down
Loading