aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py3/patches/08-fix-collision-with-py.patch
blob: e82591c1d5c4822f3f91143d6a6ac33284d7e5c8 (plain) (blame)
1
2
3
4
5
6
7
8
--- contrib/python/pytest/py3/_pytest/compat.py	(index)
+++ contrib/python/pytest/py3/_pytest/compat.py	(working tree)
@@ -22,1 +22,1 @@ from typing import Union
-import py
+import _pytest._py.path as py_path
@@ -46,1 +46,1 @@ _S = TypeVar("_S")
-LEGACY_PATH = py.path. local
+LEGACY_PATH = py_path. local