From 71a3173a329b61f9c31255465d713e86764b61e0 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 16 Sep 2021 22:56:00 +0200 Subject: Filter UserWarning out of test output (#26001) --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index c381e07061..730658a778 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,8 @@ addopts = --durations=30 -ra testpaths = lib/spack/spack/test python_files = *.py +filterwarnings = + ignore::UserWarning markers = db: tests that require creating a DB maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) -- cgit v1.2.3-60-g2f50