We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10547f5 commit 9ed015cCopy full SHA for 9ed015c
1 file changed
src/pytest_codspeed/instruments/walltime.py
@@ -296,7 +296,7 @@ async def __codspeed_root_frame__() -> T:
296
def _measure_pedantic_iter( # noqa: C901
297
self,
298
marker_options: BenchmarkMarkerOptions,
299
- pedantic_options: PedanticOptions[T],
+ pedantic_options: PedanticOptions[object],
300
name: str,
301
uri: str,
302
) -> Iterator[None]:
@@ -370,7 +370,7 @@ def __codspeed_root_frame__(*args, **kwargs) -> T:
370
async def measure_pedantic_async(
371
372
373
+ pedantic_options: PedanticOptions[Awaitable[T]],
374
375
376
) -> T:
0 commit comments