We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9950e commit 6ed79b2Copy full SHA for 6ed79b2
1 file changed
src/pytest_codspeed/plugin.py
@@ -236,7 +236,7 @@ def pytest_collection_modifyitems(
236
237
238
@contextmanager
239
-def _measure_context(node: pytest.Item) -> AsyncIterator[None]
+def _measure_context(node: pytest.Item) -> AsyncIterator[None]:
240
marker_options = BenchmarkMarkerOptions.from_pytest_item(node)
241
random.seed(0)
242
is_gc_enabled = gc.isenabled()
0 commit comments