We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43588d commit 1a29494Copy full SHA for 1a29494
1 file changed
src/pytest_codspeed/instruments/walltime.py
@@ -296,10 +296,10 @@ async def __codspeed_root_frame__() -> T:
296
def _measure_pedantic_iter( # noqa: C901
297
self,
298
marker_options: BenchmarkMarkerOptions,
299
- pedantic_options: PedanticOptions[object],
+ pedantic_options: PedanticOptions[Any],
300
name: str,
301
uri: str,
302
- ) -> Iterator[int, tuple[Any], dict[str, Any]]:
+ ) -> Iterator[tuple[int, tuple[Any], dict[str, Any]]]:
303
benchmark_config = BenchmarkConfig.from_codspeed_config_and_marker_data(
304
self.config, marker_options
305
)
0 commit comments