Skip to content

Commit 41d3e40

Browse files
committed
ignore again?
1 parent 2c5beb6 commit 41d3e40

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

hypothesis-python/tests/redis/conftest.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

hypothesis-python/tests/redis/test_redis_exampledatabase.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
from hypothesis.stateful import Bundle, RuleBasedStateMachine, rule
2121

2222
from tests.cover.test_database_backend import _database_conforms_to_listener_api
23+
from warnings import filterwarnings
24+
filterwarnings(
25+
"ignore",
26+
".*Call to '__init__' function with deprecated usage of input argument/s 'retry_on_timeout'.*",
27+
category=DeprecationWarning,
28+
)
2329

2430

2531
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)