Filter UserWarning out of test output (#26001)

This commit is contained in:
Massimiliano Culpo
2021-09-16 22:56:00 +02:00
committed by GitHub
parent e027cecff2
commit 71a3173a32

View File

@@ -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.)