Be strict on the markers used in unit tests (#33884)

This commit is contained in:
Massimiliano Culpo 2022-12-13 09:21:57 +01:00 committed by GitHub
parent 238d4f72f5
commit 3ff5d49102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# content of pytest.ini # content of pytest.ini
[pytest] [pytest]
addopts = --durations=30 -ra addopts = --durations=30 -ra --strict-markers
testpaths = lib/spack/spack/test testpaths = lib/spack/spack/test
python_files = *.py python_files = *.py
filterwarnings = filterwarnings =