Be strict on the markers used in unit tests (#33884)
This commit is contained in:
parent
238d4f72f5
commit
3ff5d49102
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue