diff --git a/src/pytest_reportlog/plugin.py b/src/pytest_reportlog/plugin.py index b12d0a5..109444a 100644 --- a/src/pytest_reportlog/plugin.py +++ b/src/pytest_reportlog/plugin.py @@ -1,5 +1,5 @@ import json -from pathlib import Path +from _pytest.pathlib import Path import pytest