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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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