diff --git a/pytest.ini b/pytest.ini index 2f49b76..d3f921c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] addopts = -p no:flask -norecursedirs = docs .* +norecursedirs = build docs .* DJANGO_SETTINGS_MODULE = swh.auth.tests.django.app.apptest.settings