Skip to content

Commit 4df7083

Browse files
committed
Import Path from _pytest.pathlib
From: pytest-dev/pytest#6192 (comment)
1 parent 22f5a92 commit 4df7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_reportlog/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import json
2-
from pathlib import Path
2+
from _pytest.pathlib import Path
33

44
import pytest
55

0 commit comments

Comments
 (0)