From b437cc24ce7411bcacd8752b7042cc8169a4522a Mon Sep 17 00:00:00 2001 From: Alexander Rodionov Date: Fri, 23 Feb 2024 21:59:47 +0300 Subject: [PATCH] delete tqdm filterwarning --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5c916ee..d94a082a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,6 @@ ignore = ['E501', 'W503', 'W504', 'FNE008'] [tool.pytest.ini_options] filterwarnings = [ - "ignore::DeprecationWarning", # TODO: remove this when tqdm will updated to python 3.12 ] cache_dir = ".cache/pytest_cache"