Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 472 Bytes

8174.trivial.rst

File metadata and controls

6 lines (5 loc) · 472 Bytes

The following changes have been made to internal pytest types/functions:

  • The path property of _pytest.code.Code returns Path instead of py.path.local.
  • The path property of _pytest.code.TracebackEntry returns Path instead of py.path.local.
  • The _pytest.code.getfslineno() function returns Path instead of py.path.local.
  • The _pytest.python.path_matches_patterns() function takes Path instead of py.path.local.