bugfix: add required fixture for CDash authentication test (#14325)

This commit is contained in:
Todd Gamblin 2019-12-30 16:55:05 -08:00 committed by GitHub
parent cc96758fdc
commit 98ad6e39b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'