Skip to content

Commit

Permalink
ci: disable DeprecationWarning from pylint in tox
Browse files Browse the repository at this point in the history
Setting PYTHONWARNINGS to default::DeprecationWarning creates a lot of
noise from pylint itself and makes it harder to read the log.

We can re-enable the setting once pylint does not generate those warnings
anymore.

Signed-off-by: Thore Sommer <mail@thson.de>
  • Loading branch information
THS-on authored and mpeters committed Jan 14, 2022
1 parent 3ae168f commit 677d590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning

[testenv:pylint]
deps =
Expand Down

0 comments on commit 677d590

Please sign in to comment.