This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch pytest-finalize in repository https://gitbox.apache.org/repos/asf/allura.git
commit 3d68b00fc7399532efe8b6c4bc3285fedc93c639 Author: Dillon Walls <[email protected]> AuthorDate: Mon Nov 7 20:36:41 2022 +0000 fixup! [#8455] added pytest.ini --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 3d38df179..92478cd93 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,6 +5,8 @@ filterwarnings = ignore::DeprecationWarning +addopts = --pyargs -p no:flaky + # 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 = templates_responsive resources images js data docs public *.egg-info __pycache__ .* *.egg _darcs build CVS dist node_modules venv {arch}
