Merge pull request #8463 from RonnyPfannschmidt/workaround-8361

address #8361 - introduce hook caller wrappers that enable backward compat
This commit is contained in:
Ronny Pfannschmidt
2021-04-05 22:50:31 +02:00
committed by GitHub
9 changed files with 123 additions and 25 deletions

View File

@@ -90,7 +90,7 @@ repos:
types: [python]
- id: py-path-deprecated
name: py.path usage is deprecated
exclude: docs|src/_pytest/deprecated.py|testing/deprecated_test.py
language: pygrep
entry: \bpy\.path\.local
exclude: docs
types: [python]