Skip to content

Commit 6a59357

Browse files
committed
Ignore spack folders when running pytests
1 parent 03f6c02 commit 6a59357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = --ignore=blt --ignore=uberenv_libs
2+
addopts = --ignore=blt --ignore=uberenv_libs --ignore=.spack_env --ignore=spack
33

44
markers =
55
regression: mark a test as a regression test

0 commit comments

Comments
 (0)