Commit 02a0d30
committed
vdk-core: adopt plugin 1.3
Plugy realease of 1.3 on 25th of August introduced a changing renaming
pluggy._callers._Result to pluggy.Result.
It can be found in the list of changes between 1.2 and 1.3 :
pytest-dev/pluggy@1.2.0...1.3.0
As we rely on that as a type for the Result object , it breaks vdk.
This changing is adopting the pluggy change1 parent 47adb89 commit 02a0d30
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
0 commit comments