diff options
-rw-r--r-- | lib/spack/spack/test/cmd/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |