Skip to content

Commit

Permalink
delete tqdm filterwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Feb 23, 2024
1 parent 4b7eb30 commit b437cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b437cc2

Please sign in to comment.