diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-12-13 09:21:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 09:21:57 +0100 |
commit | 3ff5d49102223558a0f301ca1d4013115bd7ffc4 (patch) | |
tree | d4c55a6930950a6d2673f16ba7d8e697e039e307 /pytest.ini | |
parent | 238d4f72f58ce6258c989cf6ccd33284c32561ee (diff) | |
download | spack-3ff5d49102223558a0f301ca1d4013115bd7ffc4.tar.gz spack-3ff5d49102223558a0f301ca1d4013115bd7ffc4.tar.bz2 spack-3ff5d49102223558a0f301ca1d4013115bd7ffc4.tar.xz spack-3ff5d49102223558a0f301ca1d4013115bd7ffc4.zip |
Be strict on the markers used in unit tests (#33884)
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini index 730658a778..9f6157c9b8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 = |