Filter UserWarning out of test output (#26001)
This commit is contained in:
parent
e027cecff2
commit
71a3173a32
1 changed files with 2 additions and 0 deletions
|
@ -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.)
|
||||
|
|
Loading…
Reference in a new issue