Skip to content

Commit b5af151

Browse files
committed
todo: fix the deprecation warnings instead of hiding
1 parent 49bf7c4 commit b5af151

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/integration/test_async_search_index.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88

99
fields = [{"name": "test", "type": "tag"}]
1010

11-
# Remove deprecation warnings after the next major release
12-
pytestmark = [
13-
pytest.mark.filterwarnings(
14-
"ignore:connect\\(\\) is deprecated; pass connection parameters in __init__:DeprecationWarning"
15-
),
16-
pytest.mark.filterwarnings(
17-
"ignore:Converting sync Redis client to async client is deprecated.*:DeprecationWarning"
18-
),
19-
pytest.mark.filterwarnings(
20-
"ignore:Function .* is deprecated and will be removed in the next major release.*:DeprecationWarning"
21-
),
22-
]
23-
2411

2512
@pytest.fixture
2613
def index_schema():

0 commit comments

Comments
 (0)