Commit 3de823b
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 3de823b
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
| 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