diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2024-10-14 03:02:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 09:02:49 +0200 |
commit | 6c6b26214062374065cf69ad71357baf19127195 (patch) | |
tree | e5968552a6d9eaacd3c697af57cdc21e784072f1 /pytest.ini | |
parent | 796e372bdec4968afdf7ebf44acf0cd9ff5c5880 (diff) | |
download | spack-6c6b26214062374065cf69ad71357baf19127195.tar.gz spack-6c6b26214062374065cf69ad71357baf19127195.tar.bz2 spack-6c6b26214062374065cf69ad71357baf19127195.tar.xz spack-6c6b26214062374065cf69ad71357baf19127195.zip |
Add "only_windows" marker for unit tests (#45979)
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 8465cb8085..79d187fa70 100644 --- a/pytest.ini +++ b/pytest.ini @@ -15,3 +15,4 @@ markers = enable_compiler_execution: enable compiler execution to detect link paths and libc disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area not_on_windows: mark tests that are skipped on Windows + only_windows: mark tests that are skipped everywhere but Windows |