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

View File

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