Import Path from _pytest.pathlib for py35

This is important for `isinstance` checks etc.
This commit is contained in:
Daniel Hahler
2019-11-15 03:53:05 +01:00
parent 2fc7d04fc3
commit 5979837c60
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
import os
import platform
from datetime import datetime
from pathlib import Path
from xml.dom import minidom
import py
@@ -9,6 +8,7 @@ import xmlschema
import pytest
from _pytest.junitxml import LogXML
from _pytest.pathlib import Path
from _pytest.reports import BaseReport