diff --git a/pytest.ini b/pytest.ini index 1205d3f6..0e799c22 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,7 @@ [pytest] norecursedirs = docs node_modules .tox DJANGO_SETTINGS_MODULE = swh.web.settings.tests +filterwarnings = + ignore:.*Plural value must be an integer, got float + ignore:.*Using or importing the ABCs from 'collections'