summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2019-03-26 18:04:36 +0100
committerPeter Scheibel <scheibel1@llnl.gov>2019-03-26 12:04:36 -0500
commit89b9880719ba021b0b56ded78b86c72fc05130b6 (patch)
tree42e1211e27dd0399d6277ddda60d262bc2ee0df0 /lib
parent8434e7803d2a16ca8057de70b5828d58b7240016 (diff)
downloadspack-89b9880719ba021b0b56ded78b86c72fc05130b6.tar.gz
spack-89b9880719ba021b0b56ded78b86c72fc05130b6.tar.bz2
spack-89b9880719ba021b0b56ded78b86c72fc05130b6.tar.xz
spack-89b9880719ba021b0b56ded78b86c72fc05130b6.zip
Add regression marker to pytest.ini (#11011)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/pytest.ini1
1 files changed, 1 insertions, 0 deletions
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