This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8455-part2 in repository https://gitbox.apache.org/repos/asf/allura.git
commit dbd63910484607b7eb6b1f27f608305c4753af4e Author: Dillon Walls <[email protected]> AuthorDate: Thu Sep 29 14:02:31 2022 +0000 fixup! [#8455] added pytest.ini --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 301abe3e8..3d38df179 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,7 +6,7 @@ filterwarnings = ignore::DeprecationWarning # our patterns are listed first: then ".*" and following are defaults from https://github.com/pytest-dev/pytest/blob/main/src/_pytest/main.py#L52 -norecursedirs = public *.egg-info __pycache__ .* *.egg _darcs build CVS dist node_modules venv {arch} +norecursedirs = templates_responsive resources images js data docs public *.egg-info __pycache__ .* *.egg _darcs build CVS dist node_modules venv {arch} # legacy|xunit1|xunit2 #junit_family = legacy
