mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8ab57b1d1e
commit
f42cd81253
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue