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 7e67034 commit d7a98c5Copy full SHA for d7a98c5
1 file changed
pytest_trio/plugin.py
@@ -274,7 +274,6 @@ async def run(self, test_ctx, contextvars_ctx):
274
# remove this from the set of cancel scopes affected by self._crash.
275
test_ctx.active_cancel_scopes.remove(nursery_fixture.cancel_scope)
276
277
-
278
# self.fixture_value is ready, so notify users that they can
279
# continue. (Or, maybe we crashed and were cancelled, in which
280
# case our users will check test_ctx.crashed and immediately exit,
0 commit comments