Commit bf9977f
committed
Schedule deprecated legacy hook marks for removal in pytest 10
By the time pytest 10 is released, this will have been deprecated for
more than 5 years (0fdacb6), and the
alternative syntax available for over 10 years
(d2a5c7f), which seems like enough
time.
Removal will simplify PytestPluginManager and leave us with one way for
setting hookspec/hookimpl options (the plan after removal is to just
treat the old markers as normal markers, not hard-error on them).1 parent bc57e69 commit bf9977f
3 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments