diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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.) |