From 89b9880719ba021b0b56ded78b86c72fc05130b6 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 26 Mar 2019 18:04:36 +0100 Subject: [PATCH] Add regression marker to pytest.ini (#11011) --- lib/spack/spack/test/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/spack/spack/test/pytest.ini b/lib/spack/spack/test/pytest.ini index ccad5f86cc..59839c0005 100644 --- a/lib/spack/spack/test/pytest.ini +++ b/lib/spack/spack/test/pytest.ini @@ -7,3 +7,4 @@ markers = db: tests that require creating a DB network: tests that require access to the network maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) + regression: tests that fix a reported bug