We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d278 commit 7beacf2Copy full SHA for 7beacf2
tests/test_subshells.py
@@ -218,9 +218,7 @@ def test_run_concurrently_timing(include_main_shell):
218
assert duration < timedelta(seconds=sum(times))
219
220
221
-@pytest.mark.xfail(
222
- strict=False, reason="subshell still sometime give different results"
223
-)
+@pytest.mark.xfail(strict=False, reason="subshell still sometime give different results")
224
def test_execution_count():
225
with new_kernel() as kc:
226
subshell_id = create_subshell_helper(kc)["subshell_id"]
0 commit comments