summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-08-16 09:04:10 +0200
committerGitHub <noreply@github.com>2023-08-16 09:04:10 +0200
commit47f176d635b1463a70514abb0685f68036403527 (patch)
tree5a2ee7ada487a017118c9fd4b2e2db0518af2be4 /pytest.ini
parentb6ae7516578701aa4fe38bb3c09ca7d1b5fd3d92 (diff)
downloadspack-47f176d635b1463a70514abb0685f68036403527.tar.gz
spack-47f176d635b1463a70514abb0685f68036403527.tar.bz2
spack-47f176d635b1463a70514abb0685f68036403527.tar.xz
spack-47f176d635b1463a70514abb0685f68036403527.zip
Add new custom markers to unit tests (#33862)
* Add "only_clingo", "only_original" and "not_on_windows" markers * Modify tests to use the "not_on_windows" marker * Mark tests that run only with clingo * Mark tests that run only with the original concretizer
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 9f6157c9b8..617881d77b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,3 +14,6 @@ markers =
enable_compiler_verification: enable compiler verification within unit tests
enable_compiler_link_paths: verifies compiler link paths within unit tests
disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area
+ only_clingo: mark unit tests that run only with clingo
+ only_original: mark unit tests that are specific to the original concretizer
+ not_on_windows: mark tests that are skipped on Windows