Add back mutable-config

This commit is contained in:
psakiev 2023-02-15 16:55:33 -07:00
parent bc427e8435
commit 9b390bdc2c

View File

@ -1552,7 +1552,7 @@ def get_rev():
@pytest.fixture()
def mutable_mock_env_path(tmpdir_factory):
def mutable_mock_env_path(tmpdir_factory, mutable_config):
"""Fixture for mocking the internal spack environments directory."""
saved_path = ev.environment.default_env_path
mock_path = tmpdir_factory.mktemp("mock-env-path")