Skip to content

Commit 6ed79b2

Browse files
Update plugin.py
1 parent 6a9950e commit 6ed79b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_codspeed/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def pytest_collection_modifyitems(
236236

237237

238238
@contextmanager
239-
def _measure_context(node: pytest.Item) -> AsyncIterator[None]
239+
def _measure_context(node: pytest.Item) -> AsyncIterator[None]:
240240
marker_options = BenchmarkMarkerOptions.from_pytest_item(node)
241241
random.seed(0)
242242
is_gc_enabled = gc.isenabled()

0 commit comments

Comments
 (0)