From 5d9173a140f393d3922d89331e0a4a57482989b6 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Sat, 23 Sep 2023 00:46:06 +0300 Subject: [PATCH] fix: temporary mute ResourceWarning #1320 --- tests/test_fsm/storage/test_isolation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_fsm/storage/test_isolation.py b/tests/test_fsm/storage/test_isolation.py index f41a2b2c..60e240ae 100644 --- a/tests/test_fsm/storage/test_isolation.py +++ b/tests/test_fsm/storage/test_isolation.py @@ -18,6 +18,7 @@ def create_storage_key(bot: MockedBot): ], ) class TestIsolations: + @pytest.mark.filterwarnings("ignore::ResourceWarning") async def test_lock( self, isolation: BaseEventIsolation,