Commit 4646435
committed
chore(pyproject): Refine project configuration
Remove `icecream` from the `dev` dependency group to reduce default development dependencies. This allows users to explicitly add `icecream` if it is required for their specific development workflow.
Adjust `pytest` configuration by:
- Removing `--strict-config` and `--strict-markers` to provide more flexibility and avoid potential conflicts with certain test setups.
- Adding `consider_namespace_packages = true` to ensure pytest correctly discovers and runs tests within namespace packages.1 parent d55871e commit 4646435
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
98 | 96 | | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
0 commit comments