From 4df70831eb07e473167351a89936777e12a7d697 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 15 Nov 2019 01:05:03 -0300 Subject: [PATCH] Import Path from _pytest.pathlib From: https://github.com/pytest-dev/pytest/pull/6192#issuecomment-554188567 --- src/pytest_reportlog/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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