Commit 97e9a62
committed
build(deps): Upgrade pytest to v9 and refine configuration
Upgrade the `pytest` dependency from version 8 to version 9. This change also includes migrating the `pytest` configuration in `pyproject.toml` from the legacy `[tool.pytest.ini_options]` section to the modern `[tool.pytest]` section.
Further refine the `pytest` configuration by:
- Adding `strict = true` to enforce stricter test collection and execution.
- Explicitly defining `testpaths` to include `benches`, `src`, and `tests`.
- Reordering the `[dependency-groups]` for improved readability and consistency.
- Correcting a trailing comma in the `Typing :: Typed` classifier for better formatting.1 parent f2fe7eb commit 97e9a62
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments