[@spackbot] updating style on behalf of psakievich

This commit is contained in:
psakievich 2024-11-14 04:53:17 +00:00
parent 8c6773f33e
commit f5fef81779

View File

@ -70,6 +70,7 @@ def test_pickle(tmpdir):
def test_cd(cd_key, tmpdir, monkeypatch, capfd): def test_cd(cd_key, tmpdir, monkeypatch, capfd):
"""test that a subshell will navigate using spack cd before running commands""" """test that a subshell will navigate using spack cd before running commands"""
cmd = "pwd" if sys.platform != "win32" else "Get-Location" cmd = "pwd" if sys.platform != "win32" else "Get-Location"
def mock_execvp(_, args): def mock_execvp(_, args):
"""os.execvp will kill take over the pytest process when it is successful""" """os.execvp will kill take over the pytest process when it is successful"""
result = subprocess.check_output(args, universal_newlines=True) result = subprocess.check_output(args, universal_newlines=True)