From f42cd81253ff6eda1f0e405aadd039fe4f534e86 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:58:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_integrations.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_integrations.py b/tests/test_integrations.py index 09c36433c..b453a131a 100644 --- a/tests/test_integrations.py +++ b/tests/test_integrations.py @@ -1536,10 +1536,7 @@ def test_callable_alias_no_bad_file_descriptor(test_code): """Test for #5631: no exceptions during any kind of capturing of callable alias.""" out, err, ret = run_xonsh( - test_code, - interactive=True, - single_command=True, - timeout=60 + test_code, interactive=True, single_command=True, timeout=60 ) assert ret == 0 assert "Error" not in out