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 2b89fc1 commit 682499fCopy full SHA for 682499f
pytest_trio/plugin.py
@@ -362,7 +362,6 @@ def _trio_test_runner_factory(item, testfunc=None):
362
# no marker found that explicitly specifiers the runner so use config
363
run = choose_run(config=item.config)
364
365
-
366
if getattr(testfunc, '_trio_test_runner_wrapped', False):
367
# We have already wrapped this, perhaps because we combined Hypothesis
368
# with pytest.mark.parametrize
0 commit comments