Commit 7161970
committed
refactor: remove unused PYTEST_VERSION and packaging import
`PYTEST_VERSION` was computed but never referenced in the plugin;
pytest version differences are handled by duck-typing on
`report.longrepr` instead. Removing it also drops the runtime import
of `packaging`, which is not a declared dependency (it was only
available transitively via pytest).
Assisted-by: ClaudeCode:claude-opus-4.81 parent 174c3f8 commit 7161970
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
0 commit comments