Skip to content

Commit 7beacf2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb7d278 commit 7beacf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_subshells.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ def test_run_concurrently_timing(include_main_shell):
218218
assert duration < timedelta(seconds=sum(times))
219219

220220

221-
@pytest.mark.xfail(
222-
strict=False, reason="subshell still sometime give different results"
223-
)
221+
@pytest.mark.xfail(strict=False, reason="subshell still sometime give different results")
224222
def test_execution_count():
225223
with new_kernel() as kc:
226224
subshell_id = create_subshell_helper(kc)["subshell_id"]

0 commit comments

Comments
 (0)