fix: temporary mute ResourceWarning

#1320
This commit is contained in:
Oleg A 2023-09-23 00:46:06 +03:00
parent 8f8f0cb5f1
commit 5d9173a140
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -18,6 +18,7 @@ def create_storage_key(bot: MockedBot):
],
)
class TestIsolations:
@pytest.mark.filterwarnings("ignore::ResourceWarning")
async def test_lock(
self,
isolation: BaseEventIsolation,