From 98ad6e39b57de643162fe7ff94dad57b047bc8b6 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Mon, 30 Dec 2019 16:55:05 -0800
Subject: [PATCH] bugfix: add required fixture for CDash authentication test
 (#14325)

---
 lib/spack/spack/test/cmd/install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/spack/test/cmd/install.py b/lib/spack/spack/test/cmd/install.py
index 05f9eaae98..238fd71a91 100644
--- a/lib/spack/spack/test/cmd/install.py
+++ b/lib/spack/spack/test/cmd/install.py
@@ -676,7 +676,7 @@ def test_install_help_cdash(capsys):
 
 
 @pytest.mark.disable_clean_stage_check
-def test_cdash_auth_token(tmpdir, capfd):
+def test_cdash_auth_token(tmpdir, install_mockery, capfd):
     # capfd interferes with Spack's capturing
     with capfd.disabled():
         os.environ['SPACK_CDASH_AUTH_TOKEN'] = 'asdf'
-- 
GitLab