Skip to content

Commit

Permalink
Fix failing test in Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Anusha Shekhar authored and Anusha Shekhar committed Dec 14, 2023
1 parent 5fa1164 commit cb4bb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cb4bb02

Please sign in to comment.