tox.ini: ignore warning about pkg_resources during test runs (#85668)
gitea/barbacompta/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2024-01-15 13:39:56 +01:00
parent a93ca78c8a
commit 7eee49b4f9
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ commands =
[pytest]
filterwarnings=
ignore:Using or importing the ABCs from
ignore:.*pkg_resources.declare_namespace.*
ignore:.*pkg_resources is deprecated as an API.*
junit_family=xunit2
[testenv:manage]