From c7a26f2387166816a16680fd8354678a9b3a8f07 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 14 Oct 2024 14:34:50 -0400 Subject: [PATCH] add spack pytest marker to run spack tests --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 479bd3af5..71b408a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,8 @@ testpaths = ["tests"] markers = [ "schema: run schema tests", "utility: run test for utility methods used throughout codebase", - "cli: run test for targetting buildtest command line features" + "cli: run test for targetting buildtest command line features", + "spack: run spack tests" ] [tool.coverage.run]