Skip to content
Snippets Groups Projects
Unverified Commit 98ad6e39 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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

parent cc96758f
Branches
Tags
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment