Commit 623a156
committed
chore(tox): disable sdist build (repo is not a Python package)
tox 4 tries to build an sdist from the repo root by default. With the
flat top-level layout (check-plugins/, tools/, lib/, site/, assets/,
testing/) setuptools auto-discovery trips over the "Multiple top-level
packages" check and aborts before any test environment is even set up.
Set `no_package = true` under [tox] so tox runs `deps` and `commands`
directly without touching the build backend.1 parent e61ceca commit 623a156
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments