This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Commit 777b66e
committed
fix: proper tox/pytest setup — remove skip_install, split dependency groups
- Remove skip_install=true and manual deps list from tox.ini; use
dependency_groups = test so tox installs the package (and its deps)
from pyproject.toml properly
- Split dependency-groups into test (pytest, pytest-cov) and dev (tox,
pyyaml, git-cliff); drop unused pyfiglet
- Add pythonpath = ["src"] to pytest config as safety net for direct runs1 parent f561aa4 commit 777b66e
2 files changed
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 42 | + | |
| 43 | + | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
0 commit comments