From cb4bb025ecaa10f6d5d9b9bd25e5af549238b95e Mon Sep 17 00:00:00 2001 From: Anusha Shekhar Date: Wed, 13 Dec 2023 22:36:27 -0500 Subject: [PATCH] Fix failing test in Ubuntu --- testing/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/benchmark.py b/testing/benchmark.py index ea13bfb2..a052b13f 100644 --- a/testing/benchmark.py +++ b/testing/benchmark.py @@ -3,12 +3,12 @@ """ import pytest -from ._tracing import saferepr from pluggy import HookimplMarker from pluggy import HookspecMarker from pluggy import PluginManager from pluggy._callers import _multicall from pluggy._hooks import HookImpl +from pluggy._tracing import saferepr hookspec = HookspecMarker("example")