08-fix-collision-with-py.patch 306 B

12345678
  1. --- contrib/python/pytest/py3/_pytest/compat.py (index)
  2. +++ contrib/python/pytest/py3/_pytest/compat.py (working tree)
  3. @@ -22,1 +22,1 @@ from typing import Union
  4. -import py
  5. +import _pytest._py.path as py_path
  6. @@ -46,1 +46,1 @@ _S = TypeVar("_S")
  7. -LEGACY_PATH = py.path. local
  8. +LEGACY_PATH = py_path. local