Commit eebc470
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 02a0d30 commit eebc470
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | 40 | | |
38 | 41 | | |
0 commit comments