summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-12-19 14:52:10 +0200
committerRan Benita <ran@unusedvar.com>2020-12-22 21:09:36 +0200
commitca4effc8225edf7fc828a4291642c82349ed8107 (patch)
treeab7ecefb70e8844439f557781b1f6a70ba8625ce /changelog
parent4faed282613dbbe7196543cc8b45885269f39d4a (diff)
downloadpytest-ca4effc8225edf7fc828a4291642c82349ed8107.tar.gz
Convert most of the collection code from py.path to pathlib
Diffstat (limited to 'changelog')
-rw-r--r--changelog/8174.trivial.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/8174.trivial.rst b/changelog/8174.trivial.rst
index 001ae4cb1..764976461 100644
--- a/changelog/8174.trivial.rst
+++ b/changelog/8174.trivial.rst
@@ -3,3 +3,4 @@ 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``.