test warnings and fix invocation bugs

This commit is contained in:
Ronny Pfannschmidt
2021-03-20 23:39:38 +01:00
parent 2994022753
commit 4ddf6c647c
4 changed files with 38 additions and 3 deletions

View File

@@ -89,7 +89,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]